Skip to content

Commit

Permalink
style: fixing some style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 10, 2020
1 parent fc2043f commit 587ea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
plugins: ['eslint-comments', 'import', 'node', 'prettier', 'sonarjs', 'unicorn'],
rules: {
'arrow-body-style': 'off',
'no-restricted-imports': [2, { 'paths': ['lodash'] }],
'no-restricted-imports': ['error', { paths: ['lodash'] }],

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

0 comments on commit 587ea4c

Please sign in to comment.