mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
adds eslint
This commit is contained in:

committed by
Geoff Seemueller

parent
9698fc6f3b
commit
02c3253343
@@ -1,12 +1,10 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
// it is recommended to define a name when using inline configs
|
||||
environment: 'jsdom',
|
||||
projects: [
|
||||
'packages/*',
|
||||
"packages/cloudflare-workers/*",
|
||||
]
|
||||
},
|
||||
})
|
||||
test: {
|
||||
// it is recommended to define a name when using inline configs
|
||||
environment: 'jsdom',
|
||||
projects: ['packages/*', 'packages/cloudflare-workers/*'],
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user