Skip to content

Commit

Permalink
chore: Edited configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
iliubinskii committed Jul 20, 2024
1 parent 1f5315d commit 4f45010
Show file tree
Hide file tree
Showing 10 changed files with 3,312 additions and 1,682 deletions.
377 changes: 0 additions & 377 deletions .eslintrc.base.cjs

This file was deleted.

5 changes: 3 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
facades: "readonly",
reactNativeMisc: "readonly"
},
extends: "./.eslintrc.base.cjs",
extends: "union",
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaFeatures: { jsx: true },
Expand All @@ -33,8 +33,9 @@ const config = {
// @sorted
[
"asyncs",
"escompat",
"cjsx",
"firestore",
"mjsx",
"packagejson",
"pannable",
"prerendered",
Expand Down
Loading

0 comments on commit 4f45010

Please sign in to comment.