Skip to content

Commit

Permalink
Turn off no-underscore-dangle (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner authored Jun 16, 2020
1 parent cb908f3 commit ca6a563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tc",
"version": "13.0.1",
"version": "13.0.2",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
Expand Down
1 change: 1 addition & 0 deletions rules/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
'new-cap': 'error',
'no-inline-comments': 'error',
'no-negated-condition': 'error',
'no-underscore-dangle': 'off',
'padding-line-between-statements': [
'error',
{blankLine: 'always', prev: '*', next: 'return'},
Expand Down

0 comments on commit ca6a563

Please sign in to comment.