Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 2acfa43

Browse files
committed
chore: ignore dist in lint
1 parent 8b549be commit 2acfa43

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
@@ -1 +1,2 @@
11
spec/fixtures/
2+
dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"format": "prettier --write .",
164164
"test.format": "prettier . --check",
165165
"lint": "eslint . --fix",
166-
"test.lint": "eslint .",
166+
"test.lint": "npm run babel && eslint .",
167167
"test": "npm run babel && atom --test spec",
168168
"clean": "shx rm -rf dist",
169169
"babel": "cross-env NODE_ENV=development cross-env BABEL_KEEP_MODULES=false babel src --out-dir dist --delete-dir-on-start",

0 commit comments

Comments
 (0)