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 dc12029 commit dcd0ab8Copy full SHA for dcd0ab8
package.json
@@ -28,7 +28,7 @@
28
"scripts": {
29
"dev": "rollup -c rollup.config.js -w",
30
"build": "rollup -c rollup.config.js",
31
- "lint": "eslint src test example --fix",
+ "lint": "eslint src test example",
32
"test": "npm run test:unit && npm run test:types",
33
"test:unit": "jest",
34
"test:types": "tsc -p types/test",
0 commit comments