Skip to content

Releases: callstack/eslint-config-callstack

v14.1.0

09 Nov 15:30
Compare
Choose a tag to compare

This change may introduce new errors, which should immediately be fixed for correctness.

What's Changed

  • feat: Add no-constant-binary-expression rule by @retyui in #269

New Contributors

Full Changelog: v14.0.0...v14.1.0

v14.0.0

22 Sep 13:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.0.2...v14.0.0

v13.0.2

22 Sep 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.0.0...v13.0.2

v13.0.1

22 Sep 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.0.0...v13.0.1

v13.0.0

05 Sep 16:44
Compare
Choose a tag to compare

What's Changed

  • chore(breaking): upgrade deps to match eslint 8 by @thymikee in #250

Major bumps:

  • eslint-plugin-flowtype (requires eslint@^8.1, hence peer dep bump as well)
  • eslint-plugin-promise
  • eslint-plugin-react-native
  • eslint-plugin-jest

New deps required as peers by eslint-plugin-flowtype:

  • @babel/plugin-syntax-flow
  • @babel/plugin-transform-react-jsx

Full Changelog: v12.0.2...v13.0.0

v12.0.1

29 Nov 09:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.0...v12.0.1

v12.0.0

25 Nov 12:09
Compare
Choose a tag to compare

Due to upgraded Babel ESLint parser, which supports ES Modules, we've updated engines required to run the package:

"engines": {
  "node": "^12.22.0 || ^13.14.0 || ^14.17.0 || ^15.3.0 || >=16.0.0"
}

Please make sure to upgrade your Node accordingly

Chore & Maintenance

  • Bundled dependency update by @p-syche in #227
  • Bundle dependency updates for /test by @p-syche in #229
  • chore(breaking): upgrade eslint-plugin-jest to v25; drop Node 10 by @p-syche in #230
  • update eslint-plugin-import by @jaworek in #234
  • chore(breaking): update dependencies with new Babel parser by @jaworek in #235

New Contributors

Full Changelog: v11.0.0...v12.0.0

v11.0.0

24 Jun 12:51
Compare
Choose a tag to compare

Breaking changes

  • bump eslint-plugin-jest from 23.20.0 to 24.3.6

v10.2.0

09 Feb 14:39
Compare
Choose a tag to compare

Features

  • update typescript parser (#174)

Chore & Maintenance

  • bump eslint-plugin-react-native-a11y from 2.0.3 to 2.0.4
  • bump eslint-plugin-prettier from 3.3.0 to 3.3.1
  • bump typescript from 4.1.2 to 4.1.3
  • bump eslint-plugin-react from 7.21.5 to 7.22.0
  • bump eslint-plugin-prettier from 3.1.4 to 3.3.0
  • bump typescript from 4.0.5 to 4.1.2
  • bump prettier from 2.1.2 to 2.2.1
  • bump eslint-plugin-react from 7.21.2 to 7.21.5
  • bump typescript from 4.0.3 to 4.0.5
  • bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0
  • bump eslint-config-prettier from 6.12.0 to 6.15.0

v10.1.0

01 Oct 12:16
Compare
Choose a tag to compare

Features

  • add browser env to react config (#160)