Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFJS committed Jun 7, 2023
1 parent 892a92d commit 5f00f96
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest"
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"deprecation"
],
"extends": [
"eslint:recommended",
Expand Down Expand Up @@ -402,6 +405,7 @@
{
"ignoreTypeReferences": true
}
]
],
"deprecation/deprecation": "warn"
}
}
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"eslint": "8.42.0",
"eslint-plugin-deprecation": "^1.4.1",
"husky": "8.0.3",
"is-ci": "3.0.1",
"run-script-os": "1.1.6",
Expand Down

0 comments on commit 5f00f96

Please sign in to comment.