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:
कारतोफ्फेलस्क्रिप्ट™ 2022-11-15 19:56:50 +01:00 committed by GitHub
parent 13659d036f
commit 53d2526cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: [