mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
chore: configure ESLint to lint .* configfiles too
This commit is contained in:
parent
3ed9e7d709
commit
9cda1d8f0f
3 changed files with 21 additions and 9 deletions
11
.eslintrc.js
11
.eslintrc.js
|
|
@ -19,4 +19,15 @@ module.exports = {
|
|||
'prettier/prettier': 'error',
|
||||
'sort-imports': 'error',
|
||||
},
|
||||
ignorePatterns: [
|
||||
'.git/',
|
||||
'.vscode',
|
||||
'build/',
|
||||
'dist/',
|
||||
'coverage/',
|
||||
'LICENSE.md',
|
||||
'modules/',
|
||||
'node_modules/',
|
||||
'!.*',
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue