3.3.1 • Published 1 year ago

eslint-config-dev v3.3.1

Weekly downloads
759
License
CC0-1.0
Repository
github
Last release
1 year ago

eslint-config-dev

NPM Version Licensing

eslint-config-dev is a shareable configuration package for eslint.

Install

Add eslint and eslint-config-dev to your project:

npm install --save-dev eslint eslint-config-dev

Then, add the following configuration to your package.json:

{
  "eslintConfig": {
    "extends": "dev"
  }
}

Usage with TypeScript

After the previous install instructions, add typescript-eslint to your project:

npm install --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin

Then, add the following configuration to your package.json:

{
  "eslintConfig": {
    "extends": "dev/ts"
  }
}

Usage with Astro

After the previous install instructions, add eslint-plugin-astro and eslint-plugin-jsx-a11y to your project:

npm install --save-dev eslint-plugin-astro eslint-plugin-jsx-a11y

Then, add the following configuration to your package.json:

{
  "eslintConfig": {
    "extends": "dev/astro"
  }
}
3.3.1

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.0

2 years ago

3.0.0

2 years ago

2.0.0

7 years ago

1.0.0

7 years ago