Ignore generator-exercise when linting exercise files

This commit is contained in:
Michael Frank 2021-05-12 19:39:05 +12:00
parent 8b753de1d1
commit 26ac56f75d
2 changed files with 2 additions and 1 deletions

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
generator-exercise/

View File

@ -1,5 +1,4 @@
{
"extends": "airbnb-base",
"plugins": [
"import"
],
@ -8,5 +7,6 @@
"sourceType": "module"
},
"rules": {
"eol-last": ["error", "always"]
}
}