mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
build: Update ESLint to v9 (#16639)
This commit is contained in:
7
packages/frontend/@n8n/composables/eslint.config.mjs
Normal file
7
packages/frontend/@n8n/composables/eslint.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'eslint/config';
|
||||
import { frontendConfig } from '@n8n/eslint-config/frontend';
|
||||
|
||||
export default defineConfig(frontendConfig, {
|
||||
files: ['**/*.test.ts'],
|
||||
rules: { '@typescript-eslint/no-unsafe-assignment': 'warn' },
|
||||
});
|
||||
Reference in New Issue
Block a user