legal: Make esbuild generate & link licensing information
This commit is contained in:
parent
50047dd3c2
commit
c80ed1b824
3 changed files with 7 additions and 11 deletions
|
|
@ -3,13 +3,7 @@
|
|||
"parser": "@typescript-eslint/parser",
|
||||
"ignorePatterns": ["dist"],
|
||||
"rules": {
|
||||
"quotes": [
|
||||
"error",
|
||||
"double",
|
||||
{
|
||||
"avoidEscape": true
|
||||
}
|
||||
],
|
||||
"quotes": ["error", "double", { "avoidEscape": true }],
|
||||
"jsx-quotes": ["error", "prefer-double"],
|
||||
"no-mixed-spaces-and-tabs": "error",
|
||||
"indent": ["error", 4, { "SwitchCase": 1 }],
|
||||
|
|
@ -25,7 +19,7 @@
|
|||
"block-spacing": ["error", "always"],
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"eqeqeq": ["error", "always", { "null": "ignore" }],
|
||||
"spaced-comment": ["error", "always"],
|
||||
"spaced-comment": ["error", "always", { "markers": ["!"] }],
|
||||
"yoda": "error",
|
||||
"prefer-destructuring": ["error", { "object": true, "array": false }],
|
||||
"operator-assignment": ["error", "always"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue