@cedarjs/eslint-plugin 2.5.0-rc.146 → 2.5.1-next.27
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# ESLint Plugin
|
|
2
2
|
|
|
3
|
-
Custom ESLint plugins used for standalone
|
|
3
|
+
Custom ESLint plugins used for standalone CedarJS ESLint lint rules.
|
|
4
4
|
These rules are ment to be consumed via the larger
|
|
5
|
-
[`@
|
|
5
|
+
[`@cedarjs/eslint-config`](https://github.com/cedarjs/cedar/tree/main/packages/eslint-config).
|
|
6
6
|
|
|
7
7
|
## Contributing
|
|
8
8
|
|
|
9
|
-
This package doesn't depend on other
|
|
9
|
+
This package doesn't depend on other Cedar Framework packages.
|
|
10
10
|
To contribute, you should be familiar with the ESLint package.
|
|
11
11
|
Keep in mind that any rules added should not conflict with code formatting
|
|
12
12
|
tools (e.g.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/eslint-plugin",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1-next.27+4a00a5632",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"eslint": "8.57.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@cedarjs/framework-tools": "2.5.
|
|
29
|
+
"@cedarjs/framework-tools": "2.5.1-next.27",
|
|
30
30
|
"@types/eslint": "8.56.12",
|
|
31
31
|
"@types/estree": "1.0.8",
|
|
32
32
|
"@typescript-eslint/parser": "8.54.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
|
|
42
42
|
}
|