@apitree.cz/eslint-config 2.0.0 → 2.1.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.
@@ -1,2 +1,2 @@
1
- export declare const extraneousDependenciesPatterns: readonly ["**/*.config.js", "**/*.config.ts", "**/.storybook/**/*", "**/__mocks__/**/*", "**/codegen.ts", "**/docs/**/*", "**/mock/**/*", "**/mocks/**/*", "**/scripts/**/*", "**/stories/**/*", "**/storybook/**/*", "**/test/**/*", "**/tests/**/*", "**/types/*.d.ts"];
1
+ export declare const extraneousDependenciesPatterns: readonly ["**/*.config.js", "**/*.config.ts", "**/*.d.ts", "**/*.test.js", "**/*.test.jsx", "**/*.test.ts", "**/*.test.tsx", "**/.storybook/**/*", "**/__mocks__/**/*", "**/__tests__/**/*", "**/codegen.ts", "**/docs/**/*", "**/mock/**/*", "**/mocks/**/*", "**/scripts/**/*", "**/stories/**/*", "**/storybook/**/*", "**/test/**/*", "**/tests/**/*"];
2
2
  export declare const importExtensions: readonly [".ts", ".tsx"];
package/dist/constants.js CHANGED
@@ -1,8 +1,14 @@
1
1
  export const extraneousDependenciesPatterns = [
2
2
  '**/*.config.js',
3
3
  '**/*.config.ts',
4
+ '**/*.d.ts',
5
+ '**/*.test.js',
6
+ '**/*.test.jsx',
7
+ '**/*.test.ts',
8
+ '**/*.test.tsx',
4
9
  '**/.storybook/**/*',
5
10
  '**/__mocks__/**/*',
11
+ '**/__tests__/**/*',
6
12
  '**/codegen.ts',
7
13
  '**/docs/**/*',
8
14
  '**/mock/**/*',
@@ -12,7 +18,6 @@ export const extraneousDependenciesPatterns = [
12
18
  '**/storybook/**/*',
13
19
  '**/test/**/*',
14
20
  '**/tests/**/*',
15
- '**/types/*.d.ts',
16
21
  ];
17
22
  export const importExtensions = ['.ts', '.tsx'];
18
23
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,gBAAgB;IAChB,gBAAgB;IAChB,oBAAoB;IACpB,mBAAmB;IACnB,eAAe;IACf,cAAc;IACd,cAAc;IACd,eAAe;IACf,iBAAiB;IACjB,iBAAiB;IACjB,mBAAmB;IACnB,cAAc;IACd,eAAe;IACf,iBAAiB;CACT,CAAC;AAEX,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,CAAU,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,gBAAgB;IAChB,gBAAgB;IAChB,WAAW;IACX,cAAc;IACd,eAAe;IACf,cAAc;IACd,eAAe;IACf,oBAAoB;IACpB,mBAAmB;IACnB,mBAAmB;IACnB,eAAe;IACf,cAAc;IACd,cAAc;IACd,eAAe;IACf,iBAAiB;IACjB,iBAAiB;IACjB,mBAAmB;IACnB,cAAc;IACd,eAAe;CACP,CAAC;AAEX,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,CAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/eslint-config",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "ESLint configuration for ApiTree projects.",
5
5
  "keywords": [
6
6
  "apitree",