Skip to content

Commit

Permalink
Rename .eslintrc.cjs to .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Apr 15, 2024
1 parent d21e2b1 commit 268f2c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 18 additions & 0 deletions packages/frontend/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"root": true,
"env": { "browser": true, "es2020": true },
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react-hooks/recommended"
],
"ignorePatterns": ["dist", ".eslintrc.cjs"],
"parser": "@typescript-eslint/parser",
"plugins": ["react-refresh"],
"rules": {
"react-refresh/only-export-components": [
"warn",
{ "allowConstantExport": true }
]
}
}
18 changes: 0 additions & 18 deletions packages/frontend/.eslintrc.cjs

This file was deleted.

0 comments on commit 268f2c0

Please sign in to comment.