mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-12 18:33:45 +00:00
26 lines
389 B
JSON
26 lines
389 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es2020": true,
|
|
"jquery": true
|
|
},
|
|
"extends": [
|
|
"airbnb",
|
|
"prettier",
|
|
"plugin:node/recommended"
|
|
],
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": [
|
|
"error"
|
|
],
|
|
"linebreak-style": 2,
|
|
"no-unused-vars": "warn",
|
|
"no-param-reassign": "off",
|
|
"no-alert": "warn"
|
|
}
|
|
}
|