mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-06 17:46:54 +00:00
style: add ESLint ignore file to enable linting of dotfiles (#103)
Closes #100.
This commit is contained in:
parent
dbaa380ea6
commit
a0b2acf16c
4 changed files with 14 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"postinstall": "husky install",
|
||||
"test": "NODE_PATH=./node_modules jest",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"lint": "eslint --ignore-path .gitignore ."
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue