Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: do not lint js files in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darahayes committed Dec 2, 2019
1 parent e231a4b commit e166df9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"exclude": [
"**/*.test.ts"
]
},
"standard": {
"ignore": [
"/doc/**/*.js"
]
}
}

0 comments on commit e166df9

Please sign in to comment.