mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix linting by ignoring eslintrc and jest.config again (no-changelog) (#4613)
ci: Fix linting on by ignoring eslintrc and jest.config (no-changelog)
This commit is contained in:
committed by
GitHub
parent
13659d036f
commit
53d2526cd1
@@ -11,7 +11,10 @@ const config = (module.exports = {
|
||||
ignorePatterns: [
|
||||
'node_modules/**',
|
||||
'dist/**',
|
||||
'test/**', // TODO: remove this
|
||||
// TODO: remove these
|
||||
'test/**',
|
||||
'.eslintrc.js',
|
||||
'jest.config.js',
|
||||
],
|
||||
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user