mirror of
https://github.com/rikkaneko/paste.git
synced 2025-06-06 00:25:38 +00:00
20 lines
316 B
JSON
20 lines
316 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|