UNPKG

personal-style-guide

Version:

A shared configuration for ESLint, Prettier, and Stylelint to ensure consistent and clean code across your projects.

12 lines (10 loc) 172 B
import globals from "globals"; import base from "./_base.js"; export default [ ...base, { languageOptions: { globals: { ...globals.browser }, }, }, ];