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 0222c6e commit 53b820cCopy full SHA for 53b820c
.eslintignore
@@ -0,0 +1 @@
1
+dist
package.json
@@ -12,7 +12,7 @@
12
],
13
"scripts": {
14
"clean": "rm -rf dist",
15
- "lint": "github-lint src/*",
+ "lint": "github-lint",
16
"prebuild": "npm run clean && npm run lint",
17
"build": "tsc",
18
"pretest": "npm run build",
0 commit comments