UNPKG

@vue-storefront/eslint-config

Version:

> Common ESLint configuration used in Alokai projects. These configurations are compatible with ESLint 9.

6 lines (3 loc) 139 B
import { concat } from "eslint-flat-config-utils"; import { ecma, style } from "./src/index.js"; export default concat(ecma(), style());