Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Nov 22, 2024
1 parent 21657d0 commit 93aa06c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['airbnb-base', 'plugin:jest/recommended', 'plugin:prettier/recommended'],
rules: {
'dot-notation': 'off',
'no-nested-ternary': 'off',
'no-param-reassign': [
'error',
Expand All @@ -26,6 +27,7 @@ module.exports = {
rules: {
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'import/extensions': [
'error',
'ignorePackages',
Expand Down

0 comments on commit 93aa06c

Please sign in to comment.