Skip to content

Commit

Permalink
add lodash scoped styling rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dok authored Dec 10, 2020
1 parent cadf9d0 commit fc2043f
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 @@ -13,6 +13,7 @@ module.exports = {
plugins: ['eslint-comments', 'import', 'node', 'prettier', 'sonarjs', 'unicorn'],
rules: {
'arrow-body-style': 'off',
'no-restricted-imports': [2, { 'paths': ['lodash'] }],

'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
'eslint-comments/no-unused-disable': 'error',
Expand Down

0 comments on commit fc2043f

Please sign in to comment.