move eslint stuff to dependencies so it installs in CI
This commit is contained in:
parent
d130dbf336
commit
9b81f5662a
@ -51,9 +51,7 @@
|
|||||||
"sass": "^1.34.0",
|
"sass": "^1.34.0",
|
||||||
"styled-components": "^5.3.0",
|
"styled-components": "^5.3.0",
|
||||||
"tailwindcss": "^2.1.2",
|
"tailwindcss": "^2.1.2",
|
||||||
"use-breakpoint": "^2.0.1"
|
"use-breakpoint": "^2.0.1",
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^7.28.0",
|
"eslint": "^7.28.0",
|
||||||
"eslint-config-react-app": "^6.0.0",
|
"eslint-config-react-app": "^6.0.0",
|
||||||
@ -61,5 +59,7 @@
|
|||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"eslint-webpack-plugin": "^2.5.4",
|
"eslint-webpack-plugin": "^2.5.4",
|
||||||
"gatsby-plugin-eslint": "^3.0.0"
|
"gatsby-plugin-eslint": "^3.0.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user