UNPKG

666 BTypeScriptView Raw
1declare const tpl = "`'@typescript-eslint/indent': ['warn', 2],\n '@typescript-eslint/no-empty-interface': ['off'],\n '@typescript-eslint/camelcase': ['off'],\n '@typescript-eslint/restrict-plus-operands': ['warn'],\n '@typescript-eslint/array-type': ['off'],\n '@typescript-eslint/no-use-before-define': ['off'],\n '@typescript-eslint/no-angle-bracket-type-assertion': ['off'],\n '@typescript-eslint/interface-name-prefix': ['off'],\n '@typescript-eslint/explicit-member-accessibility': ['warn'],\n '@typescript-eslint/consistent-type-assertions': ['warn'],\n '@typescript-eslint/no-inferrable-types': ['warn'],`";
2export default tpl;