Skip to content

Commit

Permalink
Docs: Ignore lint errors in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills committed Jul 18, 2020
1 parent ee97e7b commit f203b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = {

"extends": "eslint",

"ignorePatterns": ["examples"],

"overrides": [
{
"files": ["**/*.md"],
Expand Down

0 comments on commit f203b48

Please sign in to comment.