We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac36fb commit bd7da4eCopy full SHA for bd7da4e
2 files changed
src/rules/eqeqeq.ts
@@ -6,7 +6,7 @@ type Options = [];
6
7
export const eqeqeq = createRule<MessageIds, Options>({
8
meta: {
9
- type: 'layout',
+ type: 'suggestion',
10
fixable: 'code',
11
docs: {
12
description: 'Require the use of `===` and `!==`',
src/rules/no-array-keyword.ts
@@ -5,7 +5,7 @@ type Options = [];
5
export const noArrayKeyword = createRule<MessageIds, Options>({
description: 'disallow the use of the array keyword',
0 commit comments