Skip to content

Commit

Permalink
Ignore rules that are broken, temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Nov 19, 2024
1 parent 4871dbc commit 90b5f97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/client/packages/rts/src/ctl/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": ["../../../../.eslintrc.base.json"],
"rules": {
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-explicit-any": "off",
"testing-library/no-debugging-utils": "off",
"@typescript-eslint/no-var-requires": "off",
"padding-line-between-statements": "off",
"no-console": "off",
"@typescript-eslint/promise-function-async": "off",
"@typescript-eslint/no-unused-vars": "off",
"sort-destructure-keys/sort-destructure-keys": "off"
}
}

0 comments on commit 90b5f97

Please sign in to comment.