@2digits/eslint-config 4.4.6 → 4.4.7
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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -13163,6 +13163,7 @@ type YmlFlowSequenceBracketSpacing = []|[("always" | "never")]|[("always" | "nev
|
|
|
13163
13163
|
type YmlIndent = []|[number]|[number, {
|
|
13164
13164
|
indentBlockSequences?: boolean
|
|
13165
13165
|
indicatorValueIndent?: number
|
|
13166
|
+
alignMultilineFlowScalars?: boolean
|
|
13166
13167
|
}]
|
|
13167
13168
|
// ----- yml/key-name-casing -----
|
|
13168
13169
|
type YmlKeyNameCasing = []|[{
|
package/dist/index.d.ts
CHANGED
|
@@ -13163,6 +13163,7 @@ type YmlFlowSequenceBracketSpacing = []|[("always" | "never")]|[("always" | "nev
|
|
|
13163
13163
|
type YmlIndent = []|[number]|[number, {
|
|
13164
13164
|
indentBlockSequences?: boolean
|
|
13165
13165
|
indicatorValueIndent?: number
|
|
13166
|
+
alignMultilineFlowScalars?: boolean
|
|
13166
13167
|
}]
|
|
13167
13168
|
// ----- yml/key-name-casing -----
|
|
13168
13169
|
type YmlKeyNameCasing = []|[{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.7",
|
|
4
4
|
"description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
|
|
5
5
|
"homepage": "https://2d-configs.vercel.app/",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint-plugin-antfu": "3.1.1",
|
|
48
48
|
"eslint-plugin-de-morgan": "1.2.1",
|
|
49
49
|
"eslint-plugin-drizzle": "0.2.3",
|
|
50
|
-
"eslint-plugin-jsdoc": "50.6.
|
|
50
|
+
"eslint-plugin-jsdoc": "50.6.10",
|
|
51
51
|
"eslint-plugin-jsonc": "2.20.0",
|
|
52
52
|
"eslint-plugin-n": "17.17.0",
|
|
53
53
|
"eslint-plugin-pnpm": "0.3.1",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"eslint-plugin-sonarjs": "3.0.2",
|
|
58
58
|
"eslint-plugin-storybook": "0.12.0",
|
|
59
59
|
"eslint-plugin-tailwindcss": "3.18.0",
|
|
60
|
-
"eslint-plugin-turbo": "2.5.
|
|
60
|
+
"eslint-plugin-turbo": "2.5.1",
|
|
61
61
|
"eslint-plugin-unicorn": "58.0.0",
|
|
62
|
-
"eslint-plugin-yml": "1.
|
|
62
|
+
"eslint-plugin-yml": "1.18.0",
|
|
63
63
|
"find-up": "7.0.0",
|
|
64
64
|
"globals": "16.0.0",
|
|
65
65
|
"graphql-config": "5.1.4",
|