Skip to content

Commit

Permalink
chore: re-activate unicorn/no-abusive-eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 20, 2023
1 parent c93dd98 commit dfc863a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
**/dist
**/node_modules

src/lambda/handler-runner/in-process-runner/aws-lambda-ric/UserFunction.js
/coverage
/src/lambda/handler-runner/in-process-runner/aws-lambda-ric/UserFunction.js
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = {
'unicorn/consistent-destructuring': 'off',
'unicorn/consistent-function-scoping': 'off',
'unicorn/filename-case': 'off',
'unicorn/no-abusive-eslint-disable': 'off',
'unicorn/no-array-callback-reference': 'off',
'unicorn/no-array-for-each': 'off',
'unicorn/no-array-reduce': 'off',
Expand Down

0 comments on commit dfc863a

Please sign in to comment.