Releases: navapbc/eslint-config-nava
Releases · navapbc/eslint-config-nava
13.0.0
12.1.1
What's Changed
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #27
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #28
Full Changelog: v12.1.0...v12.1.1
12.1.0
What's Changed
- Upgrade to ESLint v8.x by @sawyerh in #23
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #24
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #25
Full Changelog: v10.0.0...v12.1.0
10.0.0
9.1.0
9.0.0
8.0.0
7.0.0
6.0.0
4.0.0
Added
promise/no-native
, since we always use bluebirdpromise/catch-or-return
, enforce catch() on un-returned promisespromise/no-return-wrap
, avoid unnecessary wrapping of return valuespromise/valid-params
, check for correct number of arguments passed to Promise fns
Changed
- eslint-plugin-import 2.9.0 -> 2.13.0 🆙
- eslint-plugin-node 6.0.1 -> 7.0.1 🆙
- eslint-plugin-promise 3.7.0 -> 3.8.0 🆙
- eslint-plugin-react 7.7.0 -> 7.10.0 🆙
Removed
semi
,space-before-function-paren
,linebreak-style
,sort-vars
- new projects are adopting eslint-config-nava and we want to move compatibility rules to projects so this config adheres more strictly to standardjs