Skip to content

Commit

Permalink
Merge pull request #159 from namoscato/eslint
Browse files Browse the repository at this point in the history
Move eslint to devDependencies
  • Loading branch information
nmn authored May 17, 2021
2 parents bddcbaa + 3ecbaf5 commit b1fdb57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"babel-jest": "^26.3.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.2",
Expand All @@ -66,9 +67,7 @@
"react-dom": "^17.0.2",
"rollup": "^2.48.0"
},
"dependencies": {
"eslint": "^7.26.0"
},
"dependencies": {},
"prettier": {
"printWidth": 80,
"parser": "flow",
Expand Down

0 comments on commit b1fdb57

Please sign in to comment.