Skip to content

Commit

Permalink
Merge pull request #14 from creative-commoners/pulls/1/lint-extra-rules
Browse files Browse the repository at this point in the history
ENH Loosen eslint rules
  • Loading branch information
GuySartorelli authored Jan 11, 2023
2 parents d7a06a1 + 8428555 commit 4a7f4f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ const todo = {
'import/order': [
'off'
],
'import/no-cycle': [
'off'
],
'function-paren-newline': [
'off'
],
Expand Down Expand Up @@ -123,7 +126,10 @@ const todo = {
],
'react/forbid-foreign-prop-types': [
'off'
]
],
'react/no-deprecated': [
'off'
],
};

module.exports = {
Expand Down

0 comments on commit 4a7f4f9

Please sign in to comment.