@egy186/eslint-config 4.2.0 → 4.2.1

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/vitest.d.ts CHANGED
@@ -269,6 +269,11 @@ declare const config: {
269
269
  readonly 'vitest/valid-title': "error";
270
270
  readonly 'vitest/warn-todo': "error";
271
271
  };
272
+ readonly settings: {
273
+ readonly vitest: {
274
+ readonly typecheck: true;
275
+ };
276
+ };
272
277
  };
273
278
  export { config as vitest };
274
279
  export default config;
package/dist/vitest.js CHANGED
@@ -98,6 +98,11 @@ const config = {
98
98
  'vitest/valid-expect-in-promise': 'error',
99
99
  'vitest/valid-title': 'error',
100
100
  'vitest/warn-todo': 'error'
101
+ },
102
+ settings: {
103
+ vitest: {
104
+ typecheck: true
105
+ }
101
106
  }
102
107
  };
103
108
  export { config as vitest };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@egy186/eslint-config",
3
3
  "description": "Eslint shareable config",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "author": "egy186",
6
6
  "bugs": {
7
7
  "url": "https://github.com/egy186/eslint-config/issues"