We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224f25f commit 3a486dbCopy full SHA for 3a486db
.gitignore
@@ -5,3 +5,4 @@ node_modules/
5
yarn-error.log
6
.DS_Store
7
.eslintcache
8
+.dir-locals.el
package.json
@@ -37,7 +37,7 @@
37
"scripts": {
38
"build": "tsc",
39
"changelog": "gren changelog --override --generate",
40
- "lint": "eslint --ext .ts **/*.ts --cache",
+ "lint": "eslint --ext .ts \"**/*.ts\" --cache",
41
"lint-watch": "onchange -k -p 100 \"**/*.ts\" -- eslint {{file}}",
42
"lint:fix": "eslint --ext .ts --fix src",
43
"prepare": "tsc",
0 commit comments