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.

7 lines (6 loc) 98 B
{ "trailingComma": "all", "singleQuote": true, "printWidth": 150, "proseWrap": "always" }