Enable type checking & disable lint warning

This commit is contained in:
David Baker
2022-05-06 22:55:47 +01:00
parent f805f4ead6
commit adc7892d8c
3 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,8 @@
"build-storybook": "build-storybook",
"prettier:check": "prettier -c src",
"prettier:format": "prettier -w src",
"lint": "eslint --max-warnings 2 src"
"lint:js": "eslint --max-warnings 2 src",
"lint:types": "tsc"
},
"dependencies": {
"@juggle/resize-observer": "^3.3.1",