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

@xiodone/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiodone/eslint-config

XioDone's ESLint config.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@xiodone/eslint-config

This package is not an ESLint plugin, it is a rule set for configuring @antfu/eslint-config.

Install

  pnpm i eslint @antfu/eslint-config @xiodone/eslint-config -D

Usage

Create eslint.config.js in your project root, for more details of @antfu/eslint-config, please refer to the documentation.

// eslint.config.js
import linter from '@antfu/eslint-config'
import xiodone from '@xiodone/eslint-config'

export default linter(
  {
    // Your custom rules
  },
  ...xiodone(),
)

Keywords

FAQs

Package last updated on 16 Jul 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