Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
undo change to rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 29, 2021
1 parent ce9dc0d commit b6ceb5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _data/rules.yml
Expand Up @@ -164,7 +164,6 @@ categories:
fixable: false
name: no-unsafe-negation
recommended: true
hasSuggestions: true
- description: >-
disallow use of optional chaining in contexts where the `undefined`
value is not allowed
Expand Down Expand Up @@ -388,7 +387,6 @@ categories:
fixable: false
name: no-nonoctal-decimal-escape
recommended: false
hasSuggestions: true
- description: disallow octal literals
fixable: false
name: no-octal
Expand Down Expand Up @@ -469,7 +467,6 @@ categories:
fixable: false
name: no-useless-escape
recommended: true
hasSuggestions: true
- description: disallow redundant return statements
fixable: true
name: no-useless-return
Expand Down Expand Up @@ -506,7 +503,6 @@ categories:
fixable: false
name: radix
recommended: false
hasSuggestions: true
- description: disallow async functions which have no `await` expression
fixable: false
name: require-await
Expand Down

0 comments on commit b6ceb5f

Please sign in to comment.