Fix unwanted linting in config files
This commit is contained in:
parent
c71d74dd18
commit
ce328cd1cd
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