Updates
This commit is contained in:
@@ -7,6 +7,14 @@ import tseslint from 'typescript-eslint'
|
||||
export default tseslint.config(
|
||||
{ ignores: ['**/dist/**', '**/node_modules/**', '**/routeTree.gen.ts', 'playwright-report/**', 'packages/modules/scripts/**'] },
|
||||
js.configs.recommended,
|
||||
{
|
||||
files: ['apps/web/server.js'],
|
||||
languageOptions: {
|
||||
ecmaVersion: 2022,
|
||||
sourceType: 'module',
|
||||
globals: globals.node,
|
||||
},
|
||||
},
|
||||
...tseslint.configs.recommended,
|
||||
{
|
||||
files: ['**/*.{ts,tsx}'],
|
||||
|
||||
Reference in New Issue
Block a user