@siberiacancode/eslint 2.5.1 → 2.5.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.
Files changed (3) hide show
  1. package/index.d.ts +19 -19
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,19 +1,19 @@
1
- declare module '@siberiacancode/eslint' {
2
- declare type Eslint = (
3
- options?: import('@antfu/eslint-config').OptionsConfig & {
4
- jsxA11y?: boolean;
5
- next?: boolean;
6
- } & import('@antfu/eslint-config').TypedFlatConfigItem,
7
- ...userConfigs: import('@antfu/eslint-config').Awaitable<
8
- | import('@antfu/eslint-config').FlatConfigComposer<any, any>
9
- | import('@antfu/eslint-config').TypedFlatConfigItem
10
- | import('@antfu/eslint-config').TypedFlatConfigItem[]
11
- | Linter.Config[]
12
- >[]
13
- ) => import('@antfu/eslint-config').FlatConfigComposer<
14
- import('@antfu/eslint-config').TypedFlatConfigItem,
15
- import('@antfu/eslint-config').ConfigNames
16
- >;
17
-
18
- export const eslint: Eslint;
19
- }
1
+ declare module '@siberiacancode/eslint' {
2
+ declare type Eslint = (
3
+ options?: import('@antfu/eslint-config').OptionsConfig & {
4
+ jsxA11y?: boolean;
5
+ next?: boolean;
6
+ } & import('@antfu/eslint-config').TypedFlatConfigItem,
7
+ ...userConfigs: import('@antfu/eslint-config').Awaitable<
8
+ | import('@antfu/eslint-config').FlatConfigComposer<any, any>
9
+ | import('@antfu/eslint-config').TypedFlatConfigItem
10
+ | import('@antfu/eslint-config').TypedFlatConfigItem[]
11
+ | Linter.Config[]
12
+ >[]
13
+ ) => import('@antfu/eslint-config').FlatConfigComposer<
14
+ import('@antfu/eslint-config').TypedFlatConfigItem,
15
+ import('@antfu/eslint-config').ConfigNames
16
+ >;
17
+
18
+ export const eslint: Eslint;
19
+ }
package/index.js CHANGED
@@ -146,7 +146,7 @@ export const eslint = ({ jsxA11y = false, next = false, ...options }, ...configs
146
146
  ],
147
147
  internalPattern: ['~/**', '@/**'],
148
148
  matcher: 'minimatch',
149
- newlinesBetween: 'ignore',
149
+ newlinesBetween: 'always',
150
150
  order: 'asc',
151
151
  type: 'natural'
152
152
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siberiacancode/eslint",
3
3
  "type": "module",
4
- "version": "2.5.1",
4
+ "version": "2.5.2",
5
5
  "description": "eslint configs",
6
6
  "author": {
7
7
  "name": "SIBERIA CAN CODE 🧊",