Fluid tag unification (#2194)

* eslint change

* utility scripts

* cleanup

* beaker fluid change
This commit is contained in:
Redeix 2025-11-09 12:22:17 -06:00 committed by GitHub
parent bcd423e824
commit fbc456723d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 160 additions and 76 deletions

View file

@ -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"],