2.3.2 • Published 5 months ago

@davidwarrington/eslint-config v2.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@davidwarrington/eslint-config

Installation

Install with a package manager such as pnpm, yarn or npm.

pnpm add --save-dev eslint @davidwarrington/eslint-config
# or with yarn
yarn add --dev eslint @davidwarrington/eslint-config
# or with npm
npm install --save-dev eslint @davidwarrington/eslint-config

Create an ESLint config

// eslint.config.js

import { base, typescript } from '@davidwarrington/eslint-config';

export default [
  ...typescript,
  // or if using JS only
  ...base,
];
2.3.0

9 months ago

2.2.0

11 months ago

2.3.2

5 months ago

2.3.1

7 months ago

2.0.2

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

2 years ago

2.0.0-alpha.2

2 years ago

2.0.0-alpha.1

2 years ago

2.0.0-alpha.0

2 years ago

1.0.0

4 years ago