We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505b426 commit 859c6fcCopy full SHA for 859c6fc
package.json
@@ -39,7 +39,7 @@
39
},
40
"scripts": {
41
"test": "jest",
42
- "lint": "eslint 'src/**/*.ts'",
+ "lint": "eslint 'src/**/*.ts' 'src/**/*.tsx'",
43
"build": "rollup -c rollup.config.mjs"
44
45
"dependencies": {}
0 commit comments