Skip to content

Commit

Permalink
Match create-react-app ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Aug 1, 2018
1 parent 2347b70 commit de4d236
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 270 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
},
"devDependencies": {
"babel-core": "6",
"babel-eslint": "^7.2.3",
"babel-runtime": "^6.26.0",
"eslint": "^4.1.1",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react-app": "^3.0.0",
"gh-pages": "^1.0.0",
"git-exec-and-restage": "^1.0.1",
"husky": "^0.14.3",
Expand All @@ -58,5 +54,8 @@
"*.css": [
"git-exec-and-restage prettier --write --"
]
},
"eslintConfig": {
"extends": "react-app"
}
}
Loading

0 comments on commit de4d236

Please sign in to comment.