Commit 2a0e2cf
committed
chore(lint): disable prefer-importing-vitest-globals
vitest plugin ships both prefer-importing-vitest-globals (wants explicit
imports) and no-importing-vitest-globals (wants globals) enabled by
default, so oxlint --fix flips test files between the two warnings on
every run. vitest.config sets globals: true and every test file in
VueApp/src uses the globals form, so disable the prefer- rule to match
the established convention.1 parent 75ac8d1 commit 2a0e2cf
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments