0.3.0 • Published 1 year ago
@jeffwcx/eslint-config v0.3.0
@jeffwcx/eslint-config
Features
- Format with Prettier
- Designed to work with TypeScript/Node
- Sort
- Import Statement sort
- package.json sort
- tsconfig.json sort
Usage
import { config } from '@jeffwcx/eslint-config';
export default config(
[
// custom config
],
{
prettier: true,
gitignore: true,
},
);