Skip to content

Commit

Permalink
chore: update eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
markmartirosian committed Sep 26, 2023
1 parent 81c483a commit c4cf9f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": ["escapace"],
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false,
"project": "./tsconfig.json"
"project": "./tsconfig.json",
"warnOnUnsupportedTypeScriptVersion": false
},
"root": true,
"extends": ["escapace"],
"rules": {
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-unsafe-assignment": 0,
Expand Down

0 comments on commit c4cf9f5

Please sign in to comment.