Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Upgrade to eslint 4
Browse files Browse the repository at this point in the history
ignoreEOLComments option can only be used in version 4.
  • Loading branch information
Uku Pattak committed Jul 4, 2017
1 parent 6d1ee50 commit cf2b14e
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 332 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/zeroturnaround/eslint-config-zt"
},
"scripts": {
"test": "eslint -c ./index.js ."
"test": "eslint -c ./index.js ."
},
"keywords": [
"eslint",
Expand All @@ -24,13 +24,13 @@
},
"homepage": "https://github.com/zeroturnaround/eslint-config-zt",
"devDependencies": {
"eslint": "^3.7.1",
"babel-eslint": "^7.0.0",
"eslint": "^4.0.0",
"eslint-plugin-react": "^6.7.0"
},
"peerDependencies": {
"eslint": ">=3.7.1",
"babel-eslint": ">=7.0.0",
"eslint": ">=4.0.0",
"eslint-plugin-react": ">=6.7.0"
},
"engines": {
Expand Down
Loading

0 comments on commit cf2b14e

Please sign in to comment.