@myzkeyjs/eslint-config-common
v0.0.2
Published
Common ESLint configuration base
Readme
@myzkeyjs/eslint-config-common
Common ESLint configuration base for all projects.
Installation
pnpm add -D eslint @myzkeyjs/eslint-config-commonUsage
module.exports = {
extends: ['@myzkeyjs/eslint-config-common'],
}Features
- ESLint recommended rules
- Import order enforcement with alphabetization
- Code style consistency (single quotes, no semicolons)
- Modern JavaScript/ES2021+ support
- Browser and Node.js environment support
License
MIT
