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 19, 2020
1 parent 5b586d0 commit e51daaf
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 e51daaf

Please sign in to comment.