Releases: blueflag/blueflag-devops
Releases · blueflag/blueflag-devops
Flow 75, Eslint 5
If you have problems with immutable along the lines of:
error: `SetSeq [1] is incompatible with IndexedSeq [2].`
Add the following lines to your flow config.
[libs]
./node_modules/blueflag-test/flow-typed-shims/immutable-3.8.x/
[ignore]
<PROJECT_ROOT>/node_modules/immutable
Monorepo Flag
- removed automatic monorepo detection. Use the
-M --monorepo
flag to search in the packages folder - removed
lint-file
command. uselint path/file.js
instead.