@ncontiero/eslint-config 7.3.0-beta.4 → 8.0.0-beta.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/README.md CHANGED
@@ -175,7 +175,7 @@ import { ncontiero } from "@ncontiero/eslint-config";
175
175
  export default ncontiero({
176
176
  typescript: {
177
177
  overrides: {
178
- "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
178
+ "ts/consistent-type-definitions": ["error", "interface"],
179
179
  },
180
180
  },
181
181
  yaml: {