Run prettier on everything (#104)
This commit is contained in:
114
biome.json
114
biome.json
@@ -1,59 +1,59 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
|
||||
"vcs": {
|
||||
"useIgnoreFile": true
|
||||
},
|
||||
"files": {
|
||||
"ignore": [
|
||||
"**/static/build/**",
|
||||
"**/third_party/**",
|
||||
"third_party/**",
|
||||
"**/external/**",
|
||||
"tools/**",
|
||||
"mesop/**/*.json",
|
||||
"scripts/**",
|
||||
"**/esbuild*",
|
||||
"**/venv/**"
|
||||
]
|
||||
},
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"correctness": {
|
||||
"noUnusedImports": "error"
|
||||
},
|
||||
"complexity": {
|
||||
"useLiteralKeys": "off",
|
||||
"noForEach": "off"
|
||||
},
|
||||
"style": {
|
||||
"noParameterAssign": "off",
|
||||
"noNonNullAssertion": "off"
|
||||
},
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off",
|
||||
"noFallthroughSwitchClause": "off",
|
||||
"noPrototypeBuiltins": "off",
|
||||
"noArrayIndexKey": "off"
|
||||
},
|
||||
"a11y": {
|
||||
"useButtonType": "off",
|
||||
"useIframeTitle": "off",
|
||||
"noLabelWithoutControl": "off",
|
||||
"noSvgWithoutTitle": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": false
|
||||
},
|
||||
"javascript": {
|
||||
"parser": {
|
||||
"unsafeParameterDecoratorsEnabled": true
|
||||
}
|
||||
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
|
||||
"vcs": {
|
||||
"useIgnoreFile": true
|
||||
},
|
||||
"files": {
|
||||
"ignore": [
|
||||
"**/static/build/**",
|
||||
"**/third_party/**",
|
||||
"third_party/**",
|
||||
"**/external/**",
|
||||
"tools/**",
|
||||
"mesop/**/*.json",
|
||||
"scripts/**",
|
||||
"**/esbuild*",
|
||||
"**/venv/**"
|
||||
]
|
||||
},
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"correctness": {
|
||||
"noUnusedImports": "error"
|
||||
},
|
||||
"complexity": {
|
||||
"useLiteralKeys": "off",
|
||||
"noForEach": "off"
|
||||
},
|
||||
"style": {
|
||||
"noParameterAssign": "off",
|
||||
"noNonNullAssertion": "off"
|
||||
},
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off",
|
||||
"noFallthroughSwitchClause": "off",
|
||||
"noPrototypeBuiltins": "off",
|
||||
"noArrayIndexKey": "off"
|
||||
},
|
||||
"a11y": {
|
||||
"useButtonType": "off",
|
||||
"useIframeTitle": "off",
|
||||
"noLabelWithoutControl": "off",
|
||||
"noSvgWithoutTitle": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": false
|
||||
},
|
||||
"javascript": {
|
||||
"parser": {
|
||||
"unsafeParameterDecoratorsEnabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user