Skip to content

Commit 48c8353

Browse files
committed
Prevent linting of files in dist
1 parent 2eec61b commit 48c8353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "microbundle",
1212
"precommit": "lint-staged && npm test",
1313
"dev": "microbundle watch",
14-
"lint": "prettier-eslint '**/*.{js,ts}' --list-different",
14+
"lint": "prettier-eslint '**/*.{js,ts}' --ignore 'dist/**' --list-different",
1515
"prepublish": "npm run build",
1616
"test": "npm run lint"
1717
},

0 commit comments

Comments
 (0)