Skip to content

Commit

Permalink
DEV: Update linting (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX authored Mar 27, 2024
1 parent 4909933 commit d7729f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion javascripts/discourse/components/custom-sidebar.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Component from "@glimmer/component";
import { tracked } from "@glimmer/tracking";
import { action } from "@ember/object";
import didInsert from "@ember/render-modifiers/modifiers/did-insert";
import { inject as service } from "@ember/service";
import { service } from "@ember/service";
import BadgeButton from "discourse/components/badge-button";
import ConditionalLoadingSpinner from "discourse/components/conditional-loading-spinner";
import DButton from "discourse/components/d-button";
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "Fakebook",
"version": "0.0.1",
"repository": "https://github.com/discourse/Fakebook",
"author": "Discourse",
"license": "MIT",
"private": true,
"devDependencies": {
"@discourse/lint-configs": "^1.3.5",
"@discourse/lint-configs": "^1.3.7",
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"prettier": "^2.8.8"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@discourse/lint-configs@^1.3.5":
"@discourse/lint-configs@^1.3.7":
version "1.3.7"
resolved "https://registry.yarnpkg.com/@discourse/lint-configs/-/lint-configs-1.3.7.tgz#742e8751e5ff323e8a9311e921b794b61f88b478"
integrity sha512-mF353ayA/wvC0iNHlA8KwBj+26c2plNPY9WfmjZsU73Mp/aJJpkRDfwZJFTVEytjbP7pbXueBRMzXmeVvpU8/g==
Expand Down

0 comments on commit d7729f0

Please sign in to comment.