Skip to content

Commit 8b8d035

Browse files
authored
chore: add eslint as dep of the project (#512)
* chore: add eslint as dep of the project * chore: remove pin
1 parent 78d228c commit 8b8d035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"kcd-scripts": "7.5.1",
4949
"react": "17.0.1",
5050
"react-test-renderer": "17.0.1",
51-
"typescript": "4.1.2"
51+
"typescript": "4.1.2",
52+
"eslint": "7.14.0"
5253
},
5354
"peerDependencies": {
5455
"react": ">=16.9.0",

0 commit comments

Comments
 (0)