UNPKG

@praha/eslint-config-next

Version:
7 lines (6 loc) 246 B
import { define as eslint_config_definer_define } from "@praha/eslint-config-definer"; import { nextConfigurator } from "./configurators/next-configurator.js"; const next = eslint_config_definer_define([ nextConfigurator ]); export { next };