Skip to content

Commit

Permalink
Merge pull request #140 from ember-engines/ember-template-lint
Browse files Browse the repository at this point in the history
Introduce `ember-template-lint` per latest addon blueprint
  • Loading branch information
SergeAstapov authored May 28, 2022
2 parents a1ad98c + 01f3ec3 commit 0174322
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .template-lintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

module.exports = {
extends: 'recommended',
};
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"build": "ember build",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember server",
Expand Down Expand Up @@ -46,6 +48,7 @@
"ember-qunit": "^5.1.5",
"ember-resolver": "^5.1.3",
"ember-source": "~3.12.0",
"ember-template-lint": "^4.10.0",
"ember-try": "^2.0.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.4.0",
Expand Down
Loading

0 comments on commit 0174322

Please sign in to comment.