eslint-plugin-filenames-simple
Version:
An ESLint plugin to check filenames with simple configuration
12 lines (11 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.configs = void 0;
const all_1 = require("./all");
const recommended_1 = require("./recommended");
exports.configs = {
all: all_1.all,
recommended: recommended_1.recommended,
'recommended-react': recommended_1.recommendedReact,
'recommended-vue': recommended_1.recommendedVue,
};