remove jquery all together
This commit is contained in:
parent
b0f5b0b059
commit
8580a1f463
61 changed files with 4113 additions and 684 deletions
12
.eslintrc.yml
Normal file
12
.eslintrc.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
env:
|
||||
browser: true
|
||||
es2021: true
|
||||
extends:
|
||||
- standard
|
||||
- plugin:no-jquery/all
|
||||
- prettier
|
||||
plugins:
|
||||
- no-jquery
|
||||
parserOptions:
|
||||
ecmaVersion: latest
|
||||
sourceType: module
|
Loading…
Add table
Add a link
Reference in a new issue