Skip to content

Commit f06d455

Browse files
committed
chore: add eslint as dep of the project
1 parent 78d228c commit f06d455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
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)