Skip to content

Commit

Permalink
fix no-multiple-empty-lines lint conflict. eslint-config-airbnb 18.1 …
Browse files Browse the repository at this point in the history
…-> 18.2 should have been a major version: airbnb/javascript#2238
  • Loading branch information
k-funk committed Aug 4, 2020
1 parent 4eba1b5 commit 5091e10
Show file tree
Hide file tree
Showing 4 changed files with 16,342 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -76,6 +76,7 @@
{ "exceptAfterSingleLine": true }
],
"operator-linebreak": ["error", "after"],
"no-multiple-empty-lines": ["error", { "max": 2, "maxBOF": 1, "maxEOF": 0 }],

"jest/consistent-test-it": ["error", {"fn": "test"}],
"jest/expect-expect": 0, // incompatible with doing an expect in afterEach
Expand Down
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
# node
/node_modules
package-lock.json
/.sass-cache
npm-debug.log
coverage
Expand Down

0 comments on commit 5091e10

Please sign in to comment.