Skip to content

Releases: blueflag/blueflag-devops

Flow 75, Eslint 5

06 Jul 05:41
Compare
Choose a tag to compare

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

03 May 23:35
Compare
Choose a tag to compare
  • removed automatic monorepo detection. Use the -M --monorepo flag to search in the packages folder
  • removed lint-file command. use lint path/file.js instead.