@skyux-sdk/eslint-config 12.14.2 → 12.15.0
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
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
# @skyux-sdk/eslint-config
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Running unit tests
|
|
6
|
-
|
|
7
|
-
Run `nx test eslint-config` to execute the unit tests via [Jest](https://jestjs.io).
|
|
3
|
+
> [! WARNING]
|
|
4
|
+
> This package is deprecated. Use [`eslint-config-skyux`](https://github.com/blackbaud/skyux/tree/main/libs/sdk/eslint-config-skyux) instead.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux-sdk/eslint-config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.15.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Angular CLI schematics to implement recommended ESLint configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"ng-update": {
|
|
24
24
|
"migrations": "./src/schematics/migrations/migration-collection.json",
|
|
25
25
|
"packageGroup": {
|
|
26
|
-
"@skyux-sdk/eslint-config": "12.
|
|
26
|
+
"@skyux-sdk/eslint-config": "12.15.0"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|