Skip to content

Commit

Permalink
build: add linting of template files using ejs lint"
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 25, 2020
1 parent 9b88bf8 commit 35622ed
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 17 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"conventional-changelog-wormiecorp": "1.1.3",
"cz-conventional-changelog": "3.2.0",
"del": "5.1.0",
"ejs-lint": "^1.1.0",
"gulp": "4.0.2",
"gulp-prettier": "3.0.0",
"gulp-sourcemaps": "2.6.5",
Expand Down Expand Up @@ -172,6 +173,9 @@
],
"*.{md,json,yml,yaml}": [
"prettier --write"
],
"*.tmpl": [
"ejslint"
]
}
}
Loading

0 comments on commit 35622ed

Please sign in to comment.