@storm-software/eslint 0.166.0 → 0.167.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 +1 -1
- package/dist/{chunk-LQC4IJZO.js → chunk-3QAFS63R.js} +1 -1
- package/dist/{chunk-RH5GBG6M.js → chunk-6E5KEVBK.js} +1 -1
- package/dist/{chunk-LX2WLDEJ.js → chunk-AYE5CCZF.js} +2 -2
- package/dist/{chunk-ZQA53H43.js → chunk-HSWGWTE6.js} +3 -3
- package/dist/{chunk-RGQQOX7D.js → chunk-KSJHJBDL.js} +1 -1
- package/dist/{chunk-NAOQBQSK.js → chunk-PKRXKYXI.js} +2 -2
- package/dist/{chunk-7ZO3W7OH.js → chunk-XDHRR4R3.js} +2 -2
- package/dist/{chunk-AUVZFDDS.js → chunk-XU5XEUSG.js} +2 -2
- package/dist/{chunk-VXTUFBBY.js → chunk-Z6P3OCML.js} +1 -1
- package/dist/preset.js +526 -317
- package/dist/types.d.ts +2 -4
- package/dist/types.js +1 -1
- package/dist/utils/banner-plugin.js +4 -4
- package/dist/utils/combine.js +1 -1
- package/dist/utils/constants.js +2 -2
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +2 -2
- package/dist/utils/get-file-banner.js +3 -3
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/index.js +3 -3
- package/dist/utils/tsconfig-path.js +3 -3
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -502,12 +502,12 @@ Backward pagination arguments
|
|
|
502
502
|
'@next/next/no-unwanted-polyfillio'?: Linter.RuleEntry<[]>
|
|
503
503
|
/**
|
|
504
504
|
* Checks dependencies in project's package.json for version mismatches
|
|
505
|
-
* @see https://github.com/nrwl/nx/blob/21.
|
|
505
|
+
* @see https://github.com/nrwl/nx/blob/21.5.2/docs/generated/packages/eslint-plugin/documents/dependency-checks.md
|
|
506
506
|
*/
|
|
507
507
|
'@nx/dependency-checks'?: Linter.RuleEntry<NxDependencyChecks>
|
|
508
508
|
/**
|
|
509
509
|
* Ensure that module boundaries are respected within the monorepo
|
|
510
|
-
* @see https://github.com/nrwl/nx/blob/21.
|
|
510
|
+
* @see https://github.com/nrwl/nx/blob/21.5.2/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
|
|
511
511
|
*/
|
|
512
512
|
'@nx/enforce-module-boundaries'?: Linter.RuleEntry<NxEnforceModuleBoundaries>
|
|
513
513
|
/**
|
|
@@ -16893,7 +16893,6 @@ type TsPreferDestructuring = []|[({
|
|
|
16893
16893
|
enforceForDeclarationWithTypeAnnotation?: boolean
|
|
16894
16894
|
|
|
16895
16895
|
enforceForRenamedProperties?: boolean
|
|
16896
|
-
[k: string]: unknown | undefined
|
|
16897
16896
|
}]
|
|
16898
16897
|
// ----- ts/prefer-literal-enum-member -----
|
|
16899
16898
|
type TsPreferLiteralEnumMember = []|[{
|
|
@@ -16922,7 +16921,6 @@ type TsPreferNullishCoalescing = []|[{
|
|
|
16922
16921
|
number?: boolean
|
|
16923
16922
|
|
|
16924
16923
|
string?: boolean
|
|
16925
|
-
[k: string]: unknown | undefined
|
|
16926
16924
|
} | true)
|
|
16927
16925
|
|
|
16928
16926
|
ignoreTernaryTests?: boolean
|
package/dist/types.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
banner_plugin_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-HSWGWTE6.js";
|
|
4
|
+
import "../chunk-XU5XEUSG.js";
|
|
5
|
+
import "../chunk-Z6P3OCML.js";
|
|
6
|
+
import "../chunk-PKRXKYXI.js";
|
|
7
7
|
export {
|
|
8
8
|
banner_plugin_default as default
|
|
9
9
|
};
|
package/dist/utils/combine.js
CHANGED
package/dist/utils/constants.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
findWorkspaceRoot,
|
|
3
3
|
findWorkspaceRootSafe
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-AYE5CCZF.js";
|
|
5
|
+
import "../chunk-3QAFS63R.js";
|
|
6
|
+
import "../chunk-PKRXKYXI.js";
|
|
7
7
|
export {
|
|
8
8
|
findWorkspaceRoot,
|
|
9
9
|
findWorkspaceRootSafe
|
package/dist/utils/helpers.js
CHANGED
package/dist/utils/index.js
CHANGED
|
@@ -33,13 +33,13 @@ import {
|
|
|
33
33
|
GLOB_VUE,
|
|
34
34
|
GLOB_XML,
|
|
35
35
|
GLOB_YAML
|
|
36
|
-
} from "../chunk-
|
|
36
|
+
} from "../chunk-Z6P3OCML.js";
|
|
37
37
|
import {
|
|
38
38
|
formatConfig
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-KSJHJBDL.js";
|
|
40
40
|
import {
|
|
41
41
|
init_esm_shims
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-PKRXKYXI.js";
|
|
43
43
|
|
|
44
44
|
// src/utils/index.ts
|
|
45
45
|
init_esm_shims();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.167.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
166
|
"@nx/eslint-plugin": "^21.4.1",
|
|
167
|
-
"@storm-software/config": "^1.
|
|
168
|
-
"@storm-software/config-tools": "^1.
|
|
167
|
+
"@storm-software/config": "^1.131.0",
|
|
168
|
+
"@storm-software/config-tools": "^1.185.0",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
170
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
171
171
|
"@typescript-eslint/parser": "^8.35.0",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "026eb81c70b21b9e4defb0b5c4dc078bbdaa7ca9"
|
|
245
245
|
}
|