diff --git a/docs/breaking-changes/v9.md b/docs/breaking-changes/v9.md new file mode 100644 index 0000000..4252dbd --- /dev/null +++ b/docs/breaking-changes/v9.md @@ -0,0 +1,3 @@ +# Breaking changes in v9 + +- Enforce `@typescript-eslint/consistent-type-imports` and `@typescript-eslint/no-import-type-side-effects` with error configuration.