Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Gruber <julian@juliangruber.com>
  • Loading branch information
mifi and juliangruber authored Oct 6, 2021
1 parent c379d30 commit bc2eac5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ module.exports = {
'react/display-name': ['off'], // <-- autofix sprinkles parse errors in our code like /home/kvz/code/content/_assets/javascripts/langEn.js: Unexpected token, expected ',' (52:51)
'react/jsx-filename-extension': ['off'], // <-- we're super heavy users of jsx in .js
'semi-style': ['off'], // <-- i think `;(async ()` is an okay pattern, and its autofix conflicted with import/newline-after-import

// Added in v2:
'react/jsx-one-expression-per-line': ['off'], // <-- This one is a bit annoying
'no-await-in-loop': ['off'], // <-- Let's disable it and see if it bites us
},
Expand Down

0 comments on commit bc2eac5

Please sign in to comment.