Skip to content

Commit

Permalink
add .eslintrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Oct 8, 2024
1 parent 8e072a6 commit 770b1d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
env:
browser: true
jquery: true
extends: 'eslint:recommended'
extends:
- 'eslint:recommended'
- 'plugin:no-jquery/deprecated'
plugins:
- no-jquery
parserOptions:
ecmaVersion: 2019
rules:
indent:
- error
Expand Down

0 comments on commit 770b1d2

Please sign in to comment.