Skip to content

Commit

Permalink
update eslintrs
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlighthouses committed Aug 17, 2023
1 parent a10afa4 commit f9f6ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"rules": {
"jsx-control-statements/jsx-use-if-tag": 0,
"react/jsx-no-undef": 0,
"react/no-unknown-property": ["error", { "ignore": ["css", "isStory", "isOpen", "showDropdownAsModal"] }],

/*Possible Errors */
"no-cond-assign": [1, "except-parens"],
Expand Down

0 comments on commit f9f6ddb

Please sign in to comment.