UNPKG

@hedgehoglab/eslint-config

Version:
14 lines (13 loc) 280 B
// src/index.ts import basic from "@hedgehoglab/eslint-config-basic"; import react from "@hedgehoglab/eslint-config-react"; import ts from "@hedgehoglab/eslint-config-ts"; var config = [ basic, react, ts ]; var index_default = config; export { index_default as default };