linted 13.0.13 → 13.0.14

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 (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,11 +104,10 @@ No need to remember each plugin's `parserOptions`; you won't have to do *this* j
104
104
 
105
105
  ## Limitation
106
106
 
107
- If linting `TypeScript` files, [`skipLibCheck`](https://www.typescriptlang.org/tsconfig/#skipLibCheck) must be disabled.
107
+ If linting `TypeScript` files, [`skipLibCheck`](https://www.typescriptlang.org/tsconfig/#skipLibCheck) must be set to `true`.
108
108
 
109
109
  - This compromise was required to enable linting `jest` files.
110
- - Installing `jest` even without the linter seems to break strict `TypeScript` projects (needs verification).
111
- - Issue [#30](https://github.com/jimmy-zhening-luo/linted/issues/30) tracks investigating if feasible to enable `jest` linting without disabling `skipLibCheck`.
110
+ - TypeScript's official `.tsconfig` `strict` template has `skipLibCheck: true`, so `linted` views accepts skipping library check as acceptable for overall type safety.
112
111
 
113
112
  ### `tsconfig.json`
114
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linted",
3
- "version": "13.0.13",
3
+ "version": "13.0.14",
4
4
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Jest, JSON(C), and sadly YAML.",
5
5
  "keywords": [
6
6
  "eslint",