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 de9f1a7 commit e539fb3Copy full SHA for e539fb3
package.json
@@ -37,7 +37,7 @@
37
"build": "rollup -c",
38
"dev": "karma start --auto-watch --no-single-run --browsers chrome --grep",
39
"docs": "cd docs && npm install && npm run build",
40
- "lint-js": "eslint samples/**/*.html samples/**/*.js src/**/*.js test/**/*.js",
+ "lint-js": "eslint --debug samples/**/*.html samples/**/*.js src/**/*.js test/**/*.js",
41
"lint-tsc": "tsc",
42
"lint-types": "eslint types/**/*.d.ts",
43
"lint": "concurrently \"npm:lint-*\"",
0 commit comments