Skip to content

Commit

Permalink
🚨 Add engines to package.json, use strings instead of numbers for rul…
Browse files Browse the repository at this point in the history
…e status
  • Loading branch information
mihaiberq committed Nov 15, 2018
1 parent e94c980 commit 415c329
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins:
- flowtype
extends:
- "@enkidevs/eslint-config-backend"
- '@enkidevs/eslint-config-backend'
- plugin:flowtype/recommended
parser: babel-eslint
plugins:
- flowtype
rules:
node/no-unsupported-features/es-syntax: 0
no-unused-vars: 1
no-new: 0
node/no-unsupported-features/es-syntax: off
no-unused-vars: warn
no-new: off
globals:
localStorage: true
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
]
}
},
"engines": {
"node": "^8.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/enkidevs/reduck.git"
Expand Down

0 comments on commit 415c329

Please sign in to comment.