Skip to content

Commit d6f190e

Browse files
committed
build: eslint ignores build files
1 parent 025aa03 commit d6f190e

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.eslintrc.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"docs:build": "vuepress build docs",
3838
"generate-api-reference": "api-documenter markdown -i ./docs/.vuepress/.temp/api-reference/ -o ./docs/api-reference/",
3939
"generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
40-
"lint": "eslint . --fix",
40+
"lint": "eslint . --fix --ignore-pattern **/lib/** --ignore-pattern **/bin/**",
4141
"prettier": "prettier --write --parser typescript '**/*.ts'",
4242
"test": "lerna run test",
4343
"prepare": "husky install"

0 commit comments

Comments
 (0)