mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:19:30 +08:00
27 lines
No EOL
1.2 KiB
Text
27 lines
No EOL
1.2 KiB
Text
"use strict";
|
|
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
// DO NOT EDIT THIS CODE BY HAND
|
|
// YOU CAN REGENERATE IT USING yarn generate:configs
|
|
module.exports = {
|
|
extends: ['./configs/base', './configs/eslint-recommended'],
|
|
rules: {
|
|
'@typescript-eslint/await-thenable': 'error',
|
|
'@typescript-eslint/no-floating-promises': 'error',
|
|
'@typescript-eslint/no-for-in-array': 'error',
|
|
'no-implied-eval': 'off',
|
|
'@typescript-eslint/no-implied-eval': 'error',
|
|
'@typescript-eslint/no-misused-promises': 'error',
|
|
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
|
'@typescript-eslint/no-unsafe-argument': 'error',
|
|
'@typescript-eslint/no-unsafe-assignment': 'error',
|
|
'@typescript-eslint/no-unsafe-call': 'error',
|
|
'@typescript-eslint/no-unsafe-member-access': 'error',
|
|
'@typescript-eslint/no-unsafe-return': 'error',
|
|
'require-await': 'off',
|
|
'@typescript-eslint/require-await': 'error',
|
|
'@typescript-eslint/restrict-plus-operands': 'error',
|
|
'@typescript-eslint/restrict-template-expressions': 'error',
|
|
'@typescript-eslint/unbound-method': 'error',
|
|
},
|
|
};
|
|
//# sourceMappingURL=recommended-requiring-type-checking.js.map |