Skip to content

Commit

Permalink
Merge pull request #10 from theappbusiness/feat/template
Browse files Browse the repository at this point in the history
Feat/template
  • Loading branch information
robmorgan-tab authored Dec 20, 2022
2 parents 7dcb99f + c314e4d commit 74fc90a
Show file tree
Hide file tree
Showing 33 changed files with 1,305 additions and 339 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
node: true,
},
extends: jsExtends,
ignorePatterns: ['**/node_modules'],
ignorePatterns: ['**/node_modules', 'bin'],
parserOptions: jsParserOptions,
plugins: jsPlugins,
root: true,
Expand Down
2 changes: 2 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
. "$(dirname "$0")/_/husky.sh"

npm run test
npm run build
npm run validate-templates
Loading

0 comments on commit 74fc90a

Please sign in to comment.