chore(fe-tooling): ignore build artifacts when linting

This commit is contained in:
Marc 2023-12-31 13:46:08 -05:00
parent 1077791b58
commit f40d4b5343
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -1,6 +1,11 @@
{
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
"organizeImports": {
"files": {
"ignore": [
"**/dist/**"
]
},
"organizeImports": {
"enabled": false
},
"linter": {