Skip to content

Commit

Permalink
feat: update dot-notation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 2, 2021
1 parent 6da5c37 commit 3e8ba75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ module.exports = {
'consistent-return': 2,
'curly': [2, 'all'],
'default-case': 2,
'dot-notation': [2, { 'allowKeywords': true }],
'dot-notation': [1, {
'allowKeywords': true,
}],
'eol-last': 2,
'eqeqeq': 2,
'func-names': 0,
Expand Down

0 comments on commit 3e8ba75

Please sign in to comment.