Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hideoo/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hideoo/eslint-config

HiDeoo's ESLint configuration

  • 3.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@hideoo/eslint-config 🚨

HiDeoo's Eslint configuration

License

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.

Keywords

FAQs

Package last updated on 26 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc