Skip to content

Commit

Permalink
refactor: update ignorePatterns with new folder naming
Browse files Browse the repository at this point in the history
  • Loading branch information
iwaduarte committed Oct 12, 2022
1 parent 65cd91a commit e6d9cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"parserOptions": {
"ecmaVersion": "latest"
},
"ignorePatterns": ["template/**", "**/vendor/*.js"],
"ignorePatterns": ["templates/**", "**/vendor/*.js"],
"rules": {
}
}

0 comments on commit e6d9cf6

Please sign in to comment.