Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Mar 9, 2024
1 parent cdcbaa8 commit 9c982e7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{! template-lint-disable no-link-to-positional-params link-rel-noopener no-curly-component-invocation no-implicit-this }}
{{! template-lint-disable no-negated-condition no-link-to-positional-params link-rel-noopener no-curly-component-invocation no-implicit-this }}
<div class='guides-article-wrapper'>
<div class='guides-article-content'>
{{#if (not (eq this.version this.currentVersion))}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{! template-lint-disable no-unsupported-role-attributes }}
<ul class="table-of-contents" ...attributes>
{{#each @data as |page|}}
{{! template-lint-disable simple-unless }}
Expand Down
2 changes: 1 addition & 1 deletion test-app/mirage/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function routes() {
'https://FAKEKEY-dsn.algolia.net/1/indexes/ember-guides/query',
() => {
return searchResponse;
}
},
);

this.passthrough();
Expand Down
2 changes: 0 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
Expand Down

0 comments on commit 9c982e7

Please sign in to comment.