You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[prefer-immutable-types](docs/rules/prefer-immutable-types.md)| Require function parameters to be typed as certain immutability | ☑️ ✅ 🔒 ![badge-no-mutations][]||| 🔧 | 💡 | 💭 ||
|[type-declaration-immutability](docs/rules/type-declaration-immutability.md)| Enforce the immutability of types based on patterns. | ☑️ ✅ 🔒 ![badge-no-mutations][]||| 🔧 || 💭 ||
129
+
|[type-declaration-immutability](docs/rules/type-declaration-immutability.md)| Enforce the immutability of types based on patterns. | ☑️ ✅ 🔒 ![badge-no-mutations][]||| 🔧 |💡| 💭 ||
Copy file name to clipboardExpand all lines: docs/rules/type-declaration-immutability.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
💼 This rule is enabled in the following configs: ☑️ `lite`, `no-mutations`, ✅ `recommended`, 🔒 `strict`.
4
4
5
-
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
5
+
🔧💡 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix) and manually fixable by [editor suggestions](https://eslint.org/docs/latest/use/core-concepts#rule-suggestions).
6
6
7
7
💭 This rule requires [type information](https://typescript-eslint.io/linting/typed-linting).
0 commit comments