mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 04:15:58 +08:00
18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"env": {
|
|
"node": true,
|
|
"commonjs": true,
|
|
"es2021": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"parserOptions": {
|
|
"ecmaVersion": 12
|
|
},
|
|
"plugins": ["jsdoc"],
|
|
"rules": {
|
|
"no-unused-vars": ["error", { "args": "none" }],
|
|
"jsdoc/no-undefined-types": 1,
|
|
"no-cond-assign": 0
|
|
}
|
|
}
|