mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-12 18:33:44 +00:00
feat(*): Add auto-formatting settings
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user