Skip to content

Commit 53b820c

Browse files
dgrahammuan
andcommitted
Exclude compiled files from lint rules
Co-authored-by: Mu-An Chiou <[email protected]>
1 parent 0222c6e commit 53b820c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"clean": "rm -rf dist",
15-
"lint": "github-lint src/*",
15+
"lint": "github-lint",
1616
"prebuild": "npm run clean && npm run lint",
1717
"build": "tsc",
1818
"pretest": "npm run build",

0 commit comments

Comments
 (0)