Skip to content

Commit 1ded82f

Browse files
authored
build(ESLint/Git): Ignore JSDoc output directory (#3544)
Prettier-ESLint keeps busying itself with the JSDoc output directory upon any commit, spewing hundreds of errors. This tells both ESLint and Git to ignore the directory.
1 parent a371e2f commit 1ded82f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ coverage/
22
mocha.js
33
*.fixture.js
44
docs/
5+
out/
56
!lib/mocha.js

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ yarn.lock
2222
docs/_site
2323
docs/_dist
2424
docs/api
25+
out/
2526
.vscode/

0 commit comments

Comments
 (0)