Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Dec 11, 2023
1 parent 232e91a commit 8d25494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ module.exports = {
rules: {
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": "warn"
"@typescript-eslint/no-unused-vars": "warn",
},
ignorePatterns: ["src/test/**/*"],
overrides: [
{
files: ['*.ts', '*.tsx'],
files: ["*.ts", "*.tsx"],
parserOptions: {
project: ['./tsconfig.json'], // Specify it only for TypeScript files
project: ["./tsconfig.json"], // Specify it only for TypeScript files
},
},
],
Expand Down

0 comments on commit 8d25494

Please sign in to comment.