UNPKG

736 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var 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'],`";
4exports.default = tpl;