We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470708d commit bc2a209Copy full SHA for bc2a209
package.json
@@ -18,7 +18,7 @@
18
"build:ts": "wireit",
19
"build:watch": "wireit",
20
"clean": "rimraf -g .wireit coverage dist custom-elements.json stats.html vscode.*-custom-data.json tsconfig.tsbuildinfo",
21
- "lint": "eslint src/**/*.ts --no-warn-ignored",
+ "lint": "eslint \"./src/**/*.ts\" --no-warn-ignored",
22
"lint:fix": "eslint src/**/*.ts --fix",
23
"prettier": "prettier . --check",
24
"prettier:fix": "prettier . --write",
0 commit comments