Skip to content

Commit a2bdac5

Browse files
authored
1 parent 56d1991 commit a2bdac5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ test('export', (t): void => {
112112
'@typescript-eslint/no-useless-constructor': 'error',
113113
'@typescript-eslint/no-var-requires': 'error',
114114
'@typescript-eslint/prefer-function-type': 'error',
115+
'@typescript-eslint/prefer-includes': 'error',
115116
'@typescript-eslint/prefer-nullish-coalescing': ['error', { ignoreConditionalTests: false, ignoreMixedLogicalExpressions: false }],
116117
'@typescript-eslint/prefer-optional-chain': 'error',
117118
'@typescript-eslint/prefer-readonly': 'error',

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export = {
9595
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
9696
'@typescript-eslint/no-var-requires': 'error',
9797
'@typescript-eslint/prefer-function-type': 'error',
98+
'@typescript-eslint/prefer-includes': 'error',
9899
'@typescript-eslint/prefer-nullish-coalescing': ['error', { ignoreConditionalTests: false, ignoreMixedLogicalExpressions: false }],
99100
'@typescript-eslint/prefer-optional-chain': 'error',
100101
'@typescript-eslint/prefer-readonly': 'error',

0 commit comments

Comments
 (0)