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:
commit
36500ab588
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
|
||||
"organizeImports": {
|
||||
"files": {
|
||||
"ignore": [
|
||||
"**/dist/**"
|
||||
]
|
||||
},
|
||||
"organizeImports": {
|
||||
"enabled": false
|
||||
},
|
||||
"linter": {
|
||||
|
|
Reference in a new issue