@conarti/eslint-plugin-feature-sliced
Version:
Feature-sliced design methodology plugin
21 lines (20 loc) • 818 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
const recommended_1 = __importDefault(require("./recommended"));
const with_newlines_1 = __importDefault(require("./with-newlines"));
const with_newlines_and_type_group_1 = __importDefault(require("./with-newlines-and-type-group"));
const with_type_group_1 = __importDefault(require("./with-type-group"));
module.exports = {
parserOptions: {
ecmaVersion: '2015',
sourceType: 'module',
},
configs: {
recommended: recommended_1.default,
'with-newlines': with_newlines_1.default,
'with-type-group': with_type_group_1.default,
'with-newlines-and-type-group': with_newlines_and_type_group_1.default,
},
};