Skip to content

Commit a622681

Browse files
chore(deps): update dependency @doist/eslint-config to v11.2.1 (#1078)
* chore(deps): update dependency @doist/eslint-config to v11.2.1 * fix: Resolve eslint errors from @doist/eslint-config v11.2.1 update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ricardo Amaral <[email protected]>
1 parent 4009598 commit a622681

File tree

6 files changed

+4215
-4075
lines changed

6 files changed

+4215
-4075
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
global: true,
88
module: true,
99
},
10-
ignorePatterns: ['.eslintrc.js'],
10+
ignorePatterns: ['.eslintrc.js', 'lint-staged.config.js'],
1111
plugins: ['unicorn'],
1212
extends: [
1313
'@doist/eslint-config/recommended-type-checked',

0 commit comments

Comments
 (0)