Skip to content

Commit

Permalink
FIX (DO NOT MERGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-carter-at-sf committed Dec 13, 2023
1 parent 365a6da commit 3b3e39a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2018,
"project": "./tsconfig.json"
"project": "./tsconfig.json",
"tsconfigRootDir": "."
},
"plugins": [
"@typescript-eslint"
Expand Down

0 comments on commit 3b3e39a

Please sign in to comment.