Skip to content

Commit bc2a209

Browse files
committed
Fix incorrect ESLint file path configuration
1 parent 470708d commit bc2a209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:ts": "wireit",
1919
"build:watch": "wireit",
2020
"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",
21+
"lint": "eslint \"./src/**/*.ts\" --no-warn-ignored",
2222
"lint:fix": "eslint src/**/*.ts --fix",
2323
"prettier": "prettier . --check",
2424
"prettier:fix": "prettier . --write",

0 commit comments

Comments
 (0)