Skip to content

Commit

Permalink
disable no-underscore-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 1, 2021
1 parent 8e94399 commit c52266d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ module.exports = {
'semi-style': ['off'], // <-- i think `;(async ()` is an okay pattern, and its autofix conflicted with import/newline-after-import
'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
'no-underscore-dangle': ['off'], // We use _ in almost all repos. See discussion here: https://github.com/transloadit/botty/pull/41#discussion_r738022104
},
}

0 comments on commit c52266d

Please sign in to comment.