Skip to content

Commit

Permalink
Merge pull request #89 from Cox-Automotive/typescript
Browse files Browse the repository at this point in the history
Typescript
  • Loading branch information
americk0 authored May 24, 2021
2 parents 8a707d4 + e0803c9 commit 908fddc
Show file tree
Hide file tree
Showing 61 changed files with 35,520 additions and 16,738 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
{ "allowTemplateLiterals": true }
],
"semi": [
"error",
"never"
"error"
],
"no-console": "off",
"jsdoc/check-examples": 0,
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jspm_packages

# Webstorm
.idea/

# typescript build artifacts
lib/
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
8 changes: 8 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npm run build
npm run docs
git add docs/
git add dist/
Loading

0 comments on commit 908fddc

Please sign in to comment.