mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
this commit sponsored by eslint
This commit is contained in:
parent
19b09c898a
commit
c4b322b883
8 changed files with 36 additions and 44 deletions
12
.eslintrc.json
Normal file
12
.eslintrc.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12
|
||||
},
|
||||
"rules": {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue