Skip to content

Commit

Permalink
🚨 Add engines to package.json to avoid turning off rule, use strings …
Browse files Browse the repository at this point in the history
…for rule status instead of numbers
  • Loading branch information
mihaiberq committed Nov 15, 2018
1 parent e94c980 commit bf53f56
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2,267 deletions.
9 changes: 4 additions & 5 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
parser: babel-eslint
plugins:
- flowtype
extends:
- "@enkidevs/eslint-config-backend"
- '@enkidevs/eslint-config-backend'
- plugin:flowtype/recommended
parser: babel-eslint
rules:
node/no-unsupported-features/es-syntax: 0
no-unused-vars: 1
no-new: 0
no-unused-vars: warn
no-new: off
globals:
localStorage: true
Loading

0 comments on commit bf53f56

Please sign in to comment.