parent
0668b2dfd5
commit
5167c2dc14
@ -0,0 +1,8 @@
|
||||
{
|
||||
"rules": {
|
||||
"no-unused-vars": ["warn", { "args": "none", "argsIgnorePattern": "req|res|next|val" }],
|
||||
"quotes": ["error", "double"],
|
||||
"indent": ["error", "tab"],
|
||||
"prettier/prettier": ["error"]
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 4,
|
||||
"useTabs": true,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"quoteProps": "as-needed",
|
||||
"trailingComma": "all",
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"endOfLine": "lf"
|
||||
}
|
Loading…
Reference in new issue