Merge pull request #97 from mcataford/chore/formatter-configuration-ignore-dist-artifacts

chore(fe-tooling): ignore build artifacts when linting
This commit is contained in:
Marc 2023-12-31 13:48:28 -05:00 committed by GitHub
commit 36500ab588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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