Skip to content

Commit 76eb992

Browse files
DEV: Update linting (#96)
1 parent 160fac9 commit 76eb992

File tree

3 files changed

+236
-251
lines changed

3 files changed

+236
-251
lines changed

assets/javascripts/initializers/discourse-perspective.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { withPluginApi } from "discourse/lib/plugin-api";
44
import I18n from "I18n";
55

66
function initialize(api) {
7-
api.modifyClass("controller:composer", {
7+
api.modifyClass("service:composer", {
88
pluginId: "discourse-perspective-api",
99

1010
dialog: service(),

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "2.0.1",
4+
"@discourse/lint-configs": "2.2.0",
55
"ember-template-lint": "6.0.0",
66
"eslint": "9.14.0",
77
"prettier": "2.8.8"

0 commit comments

Comments
 (0)