Skip to content

Commit

Permalink
Allow for imporing JSON using require
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Jul 31, 2024
1 parent 96ab831 commit 9a03ca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"plugin:prettier/recommended"
],
"rules": {
"@typescript-eslint/no-var-requires": [
"error",
{
"allow": ["/package\\.json$"]
}
],
"require-jsdoc": [
"error",
{
Expand Down

0 comments on commit 9a03ca9

Please sign in to comment.