Skip to content

Commit 1630799

Browse files
build: point eslint to proper eslintignore file
1 parent 2105688 commit 1630799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"docs": "vuepress dev docs",
1414
"docs:build": "vuepress build docs",
1515
"flow": "flow check",
16-
"lint": "eslint --ext js,vue . --ignore-path .gitignore",
16+
"lint": "eslint --ext js,vue .",
1717
"lint:docs": "eslint --ext js,vue,md docs --ignore-path .gitignore",
1818
"lint:fix": "yarn lint -- --fix",
1919
"format": "prettier --write \"**/*.{js,json,vue,md}\"",

0 commit comments

Comments
 (0)