Fluid tag unification (#2194)
* eslint change * utility scripts * cleanup * beaker fluid change
This commit is contained in:
parent
bcd423e824
commit
fbc456723d
6 changed files with 160 additions and 76 deletions
|
|
@ -21,7 +21,6 @@ export default defineConfig([
|
|||
"no-var": "warn",
|
||||
"prefer-template": "warn",
|
||||
"no-unreachable-loop": "warn",
|
||||
"no-useless-assignment": "warn",
|
||||
"no-self-compare": "warn",
|
||||
"no-template-curly-in-string": "error",
|
||||
"no-unmodified-loop-condition": "warn",
|
||||
|
|
@ -45,11 +44,9 @@ export default defineConfig([
|
|||
"no-eval": "error",
|
||||
"no-implied-eval": "error",
|
||||
"no-lone-blocks": "warn",
|
||||
"no-multi-spaces": "warn",
|
||||
"no-return-assign": "warn",
|
||||
"no-useless-return": "warn",
|
||||
"no-with": "error",
|
||||
"prefer-const": "warn",
|
||||
"prefer-arrow-callback": "warn",
|
||||
"no-useless-concat": "warn",
|
||||
"yoda": ["warn", "never"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue