Fix unwanted linting in config files
This commit is contained in:
parent
c392d1000c
commit
24d8ff8df9
1 changed files with 8 additions and 0 deletions
8
.eslintignore
Normal file
8
.eslintignore
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Ignore all config files in the root folder
|
||||
leaky-ships/*.config.js
|
||||
|
||||
# Ignore the whole __tests__ folder
|
||||
leaky-ships/__tests__
|
||||
|
||||
# Allow all other files in folders
|
||||
leaky-ships/!*/
|
Loading…
Add table
Add a link
Reference in a new issue