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 e2584da commit a8a5283Copy full SHA for a8a5283
.gitignore
@@ -8,4 +8,4 @@ node_modules
8
/test.js
9
/test/fixtures/espree-v8/node_modules
10
/test/fixtures/integrations/**/_actual.json
11
-/dist
+/dist
package.json
@@ -63,7 +63,7 @@
63
"scripts": {
64
"prebuild": "npm run -s clean",
65
"build": "tsdown",
66
- "clean": "rimraf .nyc_output .temp coverage index.*",
+ "clean": "rimraf .nyc_output .temp coverage",
67
"coverage": "opener ./coverage/lcov-report/index.html",
68
"lint": "eslint src test package.json",
69
"pretest": "run-s build lint",
0 commit comments