mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08: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:
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: [
|
||||
|
|
Loading…
Reference in a new issue