Skip to content

Commit 5ee0114

Browse files
docs: fixup badges
1 parent 733ec54 commit 5ee0114

21 files changed

+50
-50
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

docs/rules/functional-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Enforce functional parameters.
77

8-
💼🚫 This rule is enabled in the following configs: ![badge-currying][https://img.shields.io/badge/-currying-red.svg] `currying`, ☑️ `lite`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ![badge-disableTypeChecked][https://img.shields.io/badge/-disableTypeChecked-navy.svg] `disableTypeChecked` config.
8+
💼🚫 This rule is enabled in the following configs: ![badge-currying](https://img.shields.io/badge/-currying-red.svg) `currying`, ☑️ `lite`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ![badge-disableTypeChecked](https://img.shields.io/badge/-disableTypeChecked-navy.svg) `disableTypeChecked` config.
99

1010
💭 This rule requires [type information](https://typescript-eslint.io/linting/typed-linting).
1111

docs/rules/immutable-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Enforce treating data as immutable.
77

8-
💼🚫 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noMutations][https://img.shields.io/badge/-noMutations-orange.svg] `noMutations`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ![badge-disableTypeChecked][https://img.shields.io/badge/-disableTypeChecked-navy.svg] `disableTypeChecked` config.
8+
💼🚫 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noMutations](https://img.shields.io/badge/-noMutations-orange.svg) `noMutations`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ![badge-disableTypeChecked](https://img.shields.io/badge/-disableTypeChecked-navy.svg) `disableTypeChecked` config.
99

1010
💭 This rule requires [type information](https://typescript-eslint.io/linting/typed-linting).
1111

docs/rules/no-class-inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Disallow inheritance in classes.
77

8-
💼 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noOtherParadigms][https://img.shields.io/badge/-noOtherParadigms-yellow.svg] `noOtherParadigms`, ✅ `recommended`, 🔒 `strict`.
8+
💼 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noOtherParadigms](https://img.shields.io/badge/-noOtherParadigms-yellow.svg) `noOtherParadigms`, ✅ `recommended`, 🔒 `strict`.
99

1010
<!-- end auto-generated rule header -->
1111
<!-- markdownlint-restore -->

docs/rules/no-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Disallow classes.
77

8-
💼🚫 This rule is enabled in the following configs: ![badge-noOtherParadigms][https://img.shields.io/badge/-noOtherParadigms-yellow.svg] `noOtherParadigms`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ☑️ `lite` config.
8+
💼🚫 This rule is enabled in the following configs: ![badge-noOtherParadigms](https://img.shields.io/badge/-noOtherParadigms-yellow.svg) `noOtherParadigms`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ☑️ `lite` config.
99

1010
<!-- end auto-generated rule header -->
1111
<!-- markdownlint-restore -->

docs/rules/no-conditional-statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Disallow conditional statements.
77

8-
💼🚫 This rule is enabled in the following configs: ![badge-noStatements][https://img.shields.io/badge/-noStatements-purple.svg] `noStatements`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the following configs: ![badge-disableTypeChecked][https://img.shields.io/badge/-disableTypeChecked-navy.svg] `disableTypeChecked`, ☑️ `lite`.
8+
💼🚫 This rule is enabled in the following configs: ![badge-noStatements](https://img.shields.io/badge/-noStatements-purple.svg) `noStatements`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the following configs: ![badge-disableTypeChecked](https://img.shields.io/badge/-disableTypeChecked-navy.svg) `disableTypeChecked`, ☑️ `lite`.
99

1010
💭 This rule requires [type information](https://typescript-eslint.io/linting/typed-linting).
1111

docs/rules/no-expression-statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Disallow expression statements.
77

8-
💼🚫 This rule is enabled in the following configs: ![badge-noStatements][https://img.shields.io/badge/-noStatements-purple.svg] `noStatements`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the following configs: ![badge-disableTypeChecked][https://img.shields.io/badge/-disableTypeChecked-navy.svg] `disableTypeChecked`, ☑️ `lite`.
8+
💼🚫 This rule is enabled in the following configs: ![badge-noStatements](https://img.shields.io/badge/-noStatements-purple.svg) `noStatements`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the following configs: ![badge-disableTypeChecked](https://img.shields.io/badge/-disableTypeChecked-navy.svg) `disableTypeChecked`, ☑️ `lite`.
99

1010
💭 This rule requires [type information](https://typescript-eslint.io/linting/typed-linting).
1111

docs/rules/no-let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Disallow mutable variables.
77

8-
💼 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noMutations][https://img.shields.io/badge/-noMutations-orange.svg] `noMutations`, ✅ `recommended`, 🔒 `strict`.
8+
💼 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noMutations](https://img.shields.io/badge/-noMutations-orange.svg) `noMutations`, ✅ `recommended`, 🔒 `strict`.
99

1010
<!-- end auto-generated rule header -->
1111
<!-- markdownlint-restore -->

docs/rules/no-loop-statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Disallow imperative loops.
77

8-
💼 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noStatements][https://img.shields.io/badge/-noStatements-purple.svg] `noStatements`, ✅ `recommended`, 🔒 `strict`.
8+
💼 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noStatements](https://img.shields.io/badge/-noStatements-purple.svg) `noStatements`, ✅ `recommended`, 🔒 `strict`.
99

1010
<!-- end auto-generated rule header -->
1111
<!-- markdownlint-restore -->

docs/rules/no-mixed-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
📝 Restrict types so that only members of the same kind are allowed in them.
77

8-
💼🚫 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noOtherParadigms][https://img.shields.io/badge/-noOtherParadigms-yellow.svg] `noOtherParadigms`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ![badge-disableTypeChecked][https://img.shields.io/badge/-disableTypeChecked-navy.svg] `disableTypeChecked` config.
8+
💼🚫 This rule is enabled in the following configs: ☑️ `lite`, ![badge-noOtherParadigms](https://img.shields.io/badge/-noOtherParadigms-yellow.svg) `noOtherParadigms`, ✅ `recommended`, 🔒 `strict`. This rule is _disabled_ in the ![badge-disableTypeChecked](https://img.shields.io/badge/-disableTypeChecked-navy.svg) `disableTypeChecked` config.
99

1010
💭 This rule requires [type information](https://typescript-eslint.io/linting/typed-linting).
1111

0 commit comments

Comments
 (0)