Skip to content

Commit

Permalink
remove examples from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 7, 2020
1 parent a473685 commit 13ff514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
sourceType: "module",
},
ignorePatterns: [
"__tests__/examples",
"__tests__/examples/**/*",
],
rules: {
"no-useless-escape": 0
Expand Down

0 comments on commit 13ff514

Please sign in to comment.