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