@xats-org/eslint-config
v0.5.0
Published
Shared ESLint configuration for xats monorepo
Downloads
6
Readme
@xats-org/eslint-config
Shared ESLint configuration for the xats monorepo.
Usage
Install the package:
pnpm add -D @xats-org/eslint-configCreate an .eslintrc.js file in your package:
module.exports = {
extends: ['@xats-org/eslint-config'],
parserOptions: {
project: './tsconfig.json'
}
};Features
- TypeScript support with strict type checking
- Import ordering and resolution
- Prettier integration
- Consistent code style across all packages
License
MIT
