Skip to content

Commit

Permalink
Fix eslint config remove unneeded rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayana Ilieva committed Mar 7, 2024
1 parent e293ccb commit 1d7b83c
Show file tree
Hide file tree
Showing 6 changed files with 1,740 additions and 1,611 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"rules": {
"@typescript-eslint/no-unused-vars": "warn",
"react/react-in-jsx-scope": "off",
"spaced-comment": "error",
"quotes": [
2,
"single",
Expand Down Expand Up @@ -86,6 +85,6 @@
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
"react-hooks/exhaustive-deps": "warn"
}
}
3,320 changes: 1,725 additions & 1,595 deletions dist/index.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.es.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dist/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// / <reference types="vite/client" />
/// <reference types="vite/client" />

0 comments on commit 1d7b83c

Please sign in to comment.