We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e2ff0 commit e25428cCopy full SHA for e25428c
.gitignore
@@ -7,5 +7,6 @@ package-lock.json
7
*.swp
8
dist
9
.DS_Store
10
+/.eslintcache
11
.vscode/
12
manually-test-on-heroku.js
package.json
@@ -17,7 +17,7 @@
17
"docs:start": "cd docs && yarn start",
18
"pretest": "yarn build",
19
"prepublish": "yarn build",
20
- "lint": "eslint '*/**/*.{js,ts,tsx}'"
+ "lint": "eslint --cache '*/**/*.{js,ts,tsx}'"
21
},
22
"devDependencies": {
23
"@typescript-eslint/eslint-plugin": "^7.0.0",
0 commit comments