mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-14 05:14:48 +00:00
style: add ESLint ignore file to enable linting of dotfiles
Closes #100.
This commit is contained in:
parent
dbaa380ea6
commit
0064be9f7e
4 changed files with 14 additions and 2 deletions
10
.eslintignore
Normal file
10
.eslintignore
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.git/
|
||||
.vscode
|
||||
/build/
|
||||
/dist/
|
||||
/coverage/
|
||||
/LICENSE.md
|
||||
/modules/
|
||||
/node_modules/
|
||||
/worktrees/
|
||||
!.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue