Skip to content

Commit

Permalink
DEV: Update linting (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Mar 27, 2024
1 parent 0e267b6 commit 2b24f94
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 81 deletions.
2 changes: 1 addition & 1 deletion javascripts/discourse/components/search-banner.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Component from "@glimmer/component";
import { action } from "@ember/object";
import { inject as service } from "@ember/service";
import { service } from "@ember/service";
import { defaultHomepage } from "discourse/lib/utilities";
import I18n from "discourse-i18n";

Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "discourse-search-banner",
"version": "1.0.0",
"repository": "https://github.com/discourse/discourse-search-banner",
"author": "Discourse",
"license": "GPL-3.0-or-later",
"private": true,
"devDependencies": {
"@discourse/lint-configs": "^1.2.0",
"@discourse/lint-configs": "^1.3.7",
"ember-template-lint": "^5.13.0",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"prettier": "^2.8.8"
}
}
File renamed without changes.
Loading

0 comments on commit 2b24f94

Please sign in to comment.