19 lines
771 B
Plaintext
19 lines
771 B
Plaintext
"use strict";
|
|
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
// DO NOT EDIT THIS CODE BY HAND
|
|
// SEE https://typescript-eslint.io/users/configs
|
|
//
|
|
// For developers working in the typescript-eslint monorepo:
|
|
// You can regenerate it using `yarn generate:configs`
|
|
module.exports = {
|
|
extends: ['./configs/base', './configs/eslint-recommended'],
|
|
rules: {
|
|
'dot-notation': 'off',
|
|
'@typescript-eslint/dot-notation': 'error',
|
|
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
|
|
'@typescript-eslint/prefer-nullish-coalescing': 'error',
|
|
'@typescript-eslint/prefer-optional-chain': 'error',
|
|
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
|
},
|
|
};
|
|
//# sourceMappingURL=stylistic-type-checked-only.js.map |