@ntnyq/eslint-config 4.0.0-beta.1 → 4.0.0-beta.3

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 (4) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +14039 -13965
  3. package/dist/index.js +273 -226
  4. package/package.json +18 -17
package/README.md CHANGED
@@ -150,7 +150,7 @@ Check for detail in:
150
150
  ```ts
151
151
  export interface ConfigOptions extends ConfigOptionsInternal, OptionsExtensions {
152
152
  command?: ConfigCommandOptions
153
- comments?: ConfigCommentsOptions
153
+ eslintComments?: ConfigESLintCommentsOptions
154
154
  ignores?: ConfigIgnoresOptions
155
155
  importX?: ConfigImportXOptions
156
156
  javascript?: ConfigJavaScriptOptions