3.0.1 • Published 2 months ago

@hideoo/eslint-config v3.0.1

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

Usage

Install

$ pnpm add -D eslint @hideoo/eslint-config

Configure

Reference the configuration in your eslint.config.js file:

import hideoo from '@hideoo/eslint-config'

export default hideoo()

Run

Add a script in your package.json file to run ESLint:

{
  "scripts": {
    "lint": "eslint . --cache --max-warnings=0"
  }
}

Customization

You can customize the configuration by passing an array of configuration objects to the hideoo function:

export default hideoo([{ ignores: ['**/fixtures'] }])

Visual Studio Code support

After installing the ESLint extension, create a .vscode/settings.json file in your project with the following content:

{
  "eslint.experimental.useFlatConfig": true,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact",
    "html",
    "vue",
    "markdown",
    "astro"
  ]
}

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.

3.0.1

2 months ago

3.0.0

3 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.5.1

11 months ago

1.5.0

11 months ago

1.4.0

12 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.3.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.11.0

1 year ago

0.12.0

1 year ago

0.13.0

1 year ago

0.12.1

1 year ago

0.14.0

1 year ago

0.14.1

1 year ago

0.15.1

1 year ago

0.10.0

1 year ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago