@schplitt/eslint-config
v1.2.0
Published
Opinionated ESLint config for TypeScript, Vue, Angular, and more
Maintainers
Readme
schplitt/eslint-config
My ESLint config. Flat config, TypeScript, Vue, Angular, whatever. Uses @stylistic/eslint-plugin for consistent code styling instead of Prettier.
Setup
Run the CLI to set up your project or migrate from legacy config:
pnpm dlx @schplitt/eslint-config@latestIt'll create an eslint.config.js and update your package.json scripts.
Manual Install
pnpm add -D @schplitt/eslint-config eslintCreate eslint.config.js:
import schplitt from '@schplitt/eslint-config'
export default schplitt()Add scripts to package.json:
{
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
}
}License
MIT
