mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Fix lint setup in chat package (no-changelog) (#8275)
This commit is contained in:
@@ -15,12 +15,6 @@ module.exports = {
|
||||
ignorePatterns: ['**/*.js', '**/*.d.ts', 'vite.config.ts', '**/*.ts.snap'],
|
||||
|
||||
overrides: [
|
||||
{
|
||||
files: ['src/**/*.vue'],
|
||||
rules: {
|
||||
'n8n-local-rules/dangerously-use-html-string-missing': 'error',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['**/*.test.ts', '**/test/**/*.ts', '**/__tests__/**/*.ts'],
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user