Skip to content

Commit

Permalink
DEV: Update linting (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Nov 20, 2024
1 parent 160fac9 commit 76eb992
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 251 deletions.
2 changes: 1 addition & 1 deletion assets/javascripts/initializers/discourse-perspective.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { withPluginApi } from "discourse/lib/plugin-api";
import I18n from "I18n";

function initialize(api) {
api.modifyClass("controller:composer", {
api.modifyClass("service:composer", {
pluginId: "discourse-perspective-api",

dialog: service(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "2.0.1",
"@discourse/lint-configs": "2.2.0",
"ember-template-lint": "6.0.0",
"eslint": "9.14.0",
"prettier": "2.8.8"
Expand Down
Loading

0 comments on commit 76eb992

Please sign in to comment.