Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 15, 2023
1 parent a18bb6b commit 579d381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"eslint.validate": [
"glimmer-ts",
"glimmer-js"
]
}
"eslint.validate": ["glimmer-ts", "glimmer-js"]
}
2 changes: 0 additions & 2 deletions tests/integration/components/wrap-urls-test.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
find
} from '@ember/test-helpers';
import { text } from 'dummy/utils/samples';
import Component from '@glimmer/component';
import { setComponentTemplate } from '@ember/component';
import WrapUrls from '@zestia/ember-wrap-urls/components/wrap-urls';
import Link from '@zestia/ember-wrap-urls/components/wrap-urls/link';
import { tracked } from '@glimmer/tracking';
Expand Down

0 comments on commit 579d381

Please sign in to comment.