Skip to content

Commit 46a57ec

Browse files
committed
run lint-to-the-future ignore
1 parent 98134a0 commit 46a57ec

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

addon/components/es-header-navbar-link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable ember/no-classic-components, ember/no-classic-classes, ember/require-tagless-components, prettier/prettier, ember/no-get, ember/no-component-lifecycle-hooks, ember/require-super-in-lifecycle-hooks */
1+
/* eslint-disable ember/no-classic-classes, ember/no-classic-components, ember/no-component-lifecycle-hooks, ember/no-get, ember/no-runloop, ember/no-tracked-properties-from-args, ember/require-super-in-lifecycle-hooks, ember/require-tagless-components, prettier/prettier */
22
import Component from '@glimmer/component';
33
import { inject as service } from '@ember/service';
44
import { schedule, next } from '@ember/runloop';

addon/components/es-icon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable prettier/prettier */
12
import Component from '@glimmer/component';
23
import { assert } from '@ember/debug';
34

addon/styles/components/es-header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* stylelint-disable alpha-value-notation, color-function-notation, media-feature-range-notation, no-descending-specificity, scale-unlimited/declaration-strict-value */
1+
/* stylelint-disable alpha-value-notation, color-function-notation, media-feature-range-notation, no-descending-specificity, prettier/prettier, scale-unlimited/declaration-strict-value */
22
.es-header {
33
display: flex;
44
justify-content: center;

addon/styles/typography.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* stylelint-disable prettier/prettier */
12
@font-face {
23
font-family: "Inter web";
34
font-style: normal;

0 commit comments

Comments
 (0)