UNPKG

@couds/eslint-config

Version:

Shared ESLint 10 flat config for React and Node.js projects with Prettier integration. These are the rules I use across my personal projects.

14 lines (12 loc) 183 B
import globals from 'globals'; import base from './base.js'; export default [ ...base, { languageOptions: { globals: { ...globals.node, }, }, }, ];