@jeffwcx/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

@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,
  },
);

Readme

Keywords

Package Sidebar

Install

npm i @jeffwcx/eslint-config

Weekly Downloads

4

Version

0.3.0

License

MIT

Unpacked Size

48.5 kB

Total Files

7

Last publish

Collaborators

  • jeffone