Skip to content

Commit

Permalink
move-eslint-libraries-to-dependencies
Browse files Browse the repository at this point in the history
relate #10
  • Loading branch information
ali-7 committed Apr 15, 2019
1 parent 5a7414e commit 603c0ee
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "2.1.8",
"styled-components": "^4.2.0"
"styled-components": "^4.2.0",
"eslint-plugin-import": "^2.17.1",
"babel-eslint": "^9.0.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.17.0"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -25,15 +34,7 @@
"not op_mini all"
],
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.17.0"

},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 603c0ee

Please sign in to comment.