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

Commit

Permalink
Disable attribute-indentation that causes linter to fail (#22)
Browse files Browse the repository at this point in the history
* Bump up `yargs` package to version that is not using old `mem` version as a dependency

* Bump up package version after security updates (current and #20)

#20

* Disable `attribute-indentation` enable after ember-template-lint update

* Disable `attribute-indentation` enable after ember-template-lint update
  • Loading branch information
Karol Jakubcewicz authored Dec 30, 2019
1 parent 679591f commit ddd8611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/.template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
extends: 'recommended',

rules: {
'attribute-indentation': false,
'block-indentation': true,
'deprecated-each-syntax': true,
'deprecated-inline-view-helper': true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hbslint-airhelp",
"version": "1.0.10",
"version": "1.0.11",
"description": "AirHelp Handlebars Lint shareable cli and config",
"bin": {
"hbslint": "./bin/hbslint.js"
Expand Down

0 comments on commit ddd8611

Please sign in to comment.