Files
memecoin-botV2/.pnpm-store/v10/files/65/ef4d798803a426e838a5e197d63353891bb23b900adf5e3b84f1cecfad33e5fde7986306b1202827274f7eba384f24d58e9106c3c65ead4f427471daa8bef8

16 lines
607 B
Plaintext

declare const _default: {
extends: string[];
rules: {
'dot-notation': "off";
'@typescript-eslint/dot-notation': "error";
'@typescript-eslint/non-nullable-type-assertion-style': "error";
'@typescript-eslint/prefer-find': "error";
'@typescript-eslint/prefer-includes': "error";
'@typescript-eslint/prefer-nullish-coalescing': "error";
'@typescript-eslint/prefer-optional-chain': "error";
'@typescript-eslint/prefer-regexp-exec': "error";
'@typescript-eslint/prefer-string-starts-ends-with': "error";
};
};
export = _default;