@open-turo/eslint-config-typescript 16.0.0-pr-373.3.1.1 → 16.0.0-pr-373.4.1.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.
@@ -22,7 +22,7 @@ was not worth the effort.
22
22
 
23
23
  ## Default flat configuration
24
24
 
25
- The default configuration for this package is not a flat eslint configuration. Read the
25
+ The default configuration for this package is now a flat eslint configuration. Read the
26
26
  eslint [guide](https://eslint.org/docs/latest/use/configure/migration-guide) for how to update legacy configurations
27
27
  to flat configs.
28
28
 
@@ -31,7 +31,7 @@ The legacy configuration is still supported. To keep using it, you just have to
31
31
  ```diff
32
32
  {
33
33
  -- "extends": "@open-turo/eslint-config-typescript"
34
- ++ "extends": "@open-turo/eslint-config-typescript/legacy"
34
+ ++ "extends": "@open-turo/eslint-config-typescript/recommended"
35
35
  }
36
36
  ```
37
37
 
package/package.json CHANGED
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "repository": "https://github.com/open-turo/eslint-config-typescript",
57
- "version": "16.0.0-pr-373.3.1.1"
57
+ "version": "16.0.0-pr-373.4.1.1"
58
58
  }