mirror of
https://github.com/rikkaneko/paste.git
synced 2025-09-21 12:20:23 +01:00
Format Code
Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
2ea3b0dd8d
commit
c4b1f06177
7 changed files with 80 additions and 63 deletions
20
static/.eslintrc.json
Normal file
20
static/.eslintrc.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"extends": ["eslint:recommended", "prettier"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2020
|
||||
},
|
||||
"plugins": ["plugin"],
|
||||
"settings": {
|
||||
"import/resolver": {
|
||||
"node": true
|
||||
}
|
||||
},
|
||||
"root": true,
|
||||
"env": {
|
||||
"browser": true,
|
||||
"jquery": true
|
||||
},
|
||||
"rules": {
|
||||
"no-unused-vars": "off"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue