@d-kuehn/eslint-config 1.0.5 → 1.0.6

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,8 +102,8 @@ The Typescript plugin further accept setting some
102
102
  interface Options {
103
103
  ignores?: string[];
104
104
  plugins?: Record<string, TSESLint.Linter.Plugin>;
105
- rules?: Record<string, TSESLint.FlatConfig.RuleEntry>;
106
- languageOptions?: Linter.LanguageOptions;
105
+ rules?: Record<string, TSESLint.SharedConfig.RuleEntry>;
106
+ languageOptions?: Linter.LanguageOptions; // typescript() only
107
107
  }
108
108
  ```
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {