Skip to content

Commit e3d56bc

Browse files
committedSep 7, 2020
move eslint to peerDeps from deps
1 parent 86f0749 commit e3d56bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎packages/eslint-config-bliss-typescript/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"dependencies": {
2525
"@typescript-eslint/eslint-plugin": "^4.0.1",
2626
"@typescript-eslint/parser": "^4.0.1",
27-
"eslint": "7.2.0",
2827
"eslint-config-airbnb-typescript": "^10.0.0",
2928
"eslint-config-prettier": "^6.11.0",
3029
"eslint-plugin-compat": "^3.7.0",
@@ -37,6 +36,9 @@
3736
"eslint-plugin-react-hooks": "^4.1.0",
3837
"prettier": "^2.0.5"
3938
},
39+
"devDependencies": {
40+
"eslint": "^6.0.1"
41+
},
4042
"peerDependencies": {
4143
"eslint": "^6.0.1"
4244
},

0 commit comments

Comments
 (0)
Please sign in to comment.