Skip to content

Commit

Permalink
feat: check dot files
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed May 10, 2023
1 parent 2373517 commit e423b69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = {
extends: [
'eslint:recommended',
],
ignorePatterns: [
'!.*',
],
reportUnusedDisableDirectives: true,
rules: {
/** Possible Problems */
Expand Down

0 comments on commit e423b69

Please sign in to comment.