@discourse/lint-configs 2.34.0 → 2.34.2
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/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discourse/lint-configs",
|
|
3
|
-
"version": "2.34.
|
|
3
|
+
"version": "2.34.2",
|
|
4
4
|
"description": "Shareable lint configs for Discourse core, plugins, and themes",
|
|
5
5
|
"author": "Discourse",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
"url": "git+https://github.com/discourse/lint-configs.git"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://github.com/discourse/lint-configs#readme",
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
15
18
|
"type": "module",
|
|
16
19
|
"exports": {
|
|
17
20
|
"./eslint": "./eslint.mjs",
|
|
@@ -25,10 +28,6 @@
|
|
|
25
28
|
},
|
|
26
29
|
"./template-lint-rules": "./template-lint-rules/index.mjs"
|
|
27
30
|
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"lint": "eslint --no-error-on-unmatched-pattern \"**/*.{cjs,mjs,js}\" && pnpm prettier --check \"**/*.{cjs,mjs,js}\"",
|
|
30
|
-
"test": "cd ../test && node test.js"
|
|
31
|
-
},
|
|
32
31
|
"dependencies": {
|
|
33
32
|
"@babel/core": "^7.28.4",
|
|
34
33
|
"@babel/eslint-parser": "^7.28.0",
|
|
@@ -55,5 +54,9 @@
|
|
|
55
54
|
"eslint": "9.36.0",
|
|
56
55
|
"prettier": "3.6.2",
|
|
57
56
|
"stylelint": "16.24.0"
|
|
57
|
+
},
|
|
58
|
+
"scripts": {
|
|
59
|
+
"lint": "eslint --no-error-on-unmatched-pattern \"**/*.{cjs,mjs,js}\" && pnpm prettier --check \"**/*.{cjs,mjs,js}\"",
|
|
60
|
+
"test": "cd ../test && node test.js"
|
|
58
61
|
}
|
|
59
|
-
}
|
|
62
|
+
}
|