8000 Ignore generator-exercise when linting exercise files · davidnth/javascript-exercises@26ac56f · GitHub
[go: up one dir, main page]

Skip to content

Commit 26ac56f

Browse files
author
Michael Frank
committed
Ignore generator-exercise when linting exercise files
1 parent 8b753de commit 26ac56f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
generator-exercise/

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"extends": "airbnb-base",
32
"plugins": [
43
"import"
54
],
@@ -8,5 +7,6 @@
87
"sourceType": "module"
98
},
109
"rules": {
10+
"eol-last": ["error", "always"]
1111
}
1212
}

0 commit comments

Comments
 (0)
0