Skip to content

Commit

Permalink
fix(eslint): sx problem (#134)
Browse files Browse the repository at this point in the history
* chore: updated CHANGELOG.md

* chore(): ignore sx eslint problem
  • Loading branch information
pabloelisseo committed Feb 15, 2023
1 parent 1fd599f commit 1958e67
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 106 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"react/jsx-fragments": 0,
"react/no-unused-prop-types": 0,
"import/export": 0,
"no-console": 2
"no-console": 2,
"react/no-unknown-property": 0
}
}
Loading

0 comments on commit 1958e67

Please sign in to comment.