Skip to content

Commit

Permalink
build(ESLint/Git): Ignore JSDoc output directory
Browse files Browse the repository at this point in the history
Prettier-ESLint keeps busying itself with the JSDoc output directory, spewing hundreds of errors.
This tells both ESLint and Git to ignore the directory.
  • Loading branch information
plroebuck committed Nov 1, 2018
1 parent b9b3ac0 commit 723167b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ coverage/
mocha.js
*.fixture.js
docs/
out/
!lib/mocha.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ yarn.lock
docs/_site
docs/_dist
docs/api
out/
.vscode/

0 comments on commit 723167b

Please sign in to comment.