Skip to content

Commit

Permalink
fix: 'jquery' should be listed in the project's dependencies, not dev…
Browse files Browse the repository at this point in the history
…Dependencies
  • Loading branch information
kmorcinek committed Feb 27, 2023
1 parent 6390bda commit 81c9725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"plugin:import/recommended"
],
"rules": {
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
"@typescript-eslint/lines-between-class-members": "off",
"@typescript-eslint/comma-dangle": "off",
"@typescript-eslint/quotes": "off",
Expand Down

0 comments on commit 81c9725

Please sign in to comment.