@discourse/lint-configs 1.3.4 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslintrc.cjs +1 -7
- package/package.json +7 -7
package/eslintrc.cjs
CHANGED
|
@@ -257,16 +257,10 @@ module.exports = {
|
|
|
257
257
|
],
|
|
258
258
|
},
|
|
259
259
|
|
|
260
|
-
// https://github.com/ember-cli/eslint-plugin-ember/issues/1895
|
|
261
|
-
// We may eventually be able to drop this by extending the base
|
|
262
|
-
// config from eslint-plugin-ember. In the meantime, this
|
|
263
260
|
overrides: [
|
|
264
261
|
{
|
|
265
262
|
files: ["**/*.gjs", "**/*.gts"],
|
|
266
|
-
|
|
267
|
-
globals: {
|
|
268
|
-
[TEMPLATE_TAG_PLACEHOLDER]: "readonly",
|
|
269
|
-
},
|
|
263
|
+
parser: "ember-eslint-parser",
|
|
270
264
|
},
|
|
271
265
|
],
|
|
272
266
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discourse/lint-configs",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"description": "Shareable lint configs for Discourse core, plugins, and themes",
|
|
5
5
|
"author": "Discourse",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"test": "cd ../test && node test.js"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@babel/core": "^7.23.
|
|
36
|
-
"@babel/eslint-parser": "^7.23.
|
|
37
|
-
"@babel/plugin-proposal-decorators": "^7.23.
|
|
35
|
+
"@babel/core": "^7.23.9",
|
|
36
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
37
|
+
"@babel/plugin-proposal-decorators": "^7.23.9",
|
|
38
38
|
"ember-template-lint": "^5.13.0",
|
|
39
39
|
"eslint": "^8.56.0",
|
|
40
40
|
"eslint-plugin-decorator-position": "^5.0.2",
|
|
41
|
-
"eslint-plugin-ember": "^
|
|
42
|
-
"eslint-plugin-qunit": "^8.
|
|
41
|
+
"eslint-plugin-ember": "^12.0.1",
|
|
42
|
+
"eslint-plugin-qunit": "^8.1.1",
|
|
43
43
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
44
44
|
"eslint-plugin-sort-class-members": "^1.19.0",
|
|
45
|
-
"globals": "^
|
|
45
|
+
"globals": "^14.0.0",
|
|
46
46
|
"prettier": "^2.8.8",
|
|
47
47
|
"prettier-plugin-ember-template-tag": "^0.3.2"
|
|
48
48
|
},
|