New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xiaohe01/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiaohe01/eslint-config

✌️ ESLint config preset for xiaohe (forked from antfu/eslint-config)

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
39
decreased by-69.77%
Maintainers
0
Weekly downloads
 
Created
Source

xiaohe-eslint-config

✌️ ESLint config preset for xiaohe (forked from antfu/eslint-config@3.14.0)

github stars npm version npm downloads bundle JSDocs License

xiaohe0601 / github@xiaohe0601 / gitee@xiaohe0601

🚁 Installation

PNPM
pnpm add -D eslint @xiaohe01/eslint-config
YARN
yarn add --dev eslint @xiaohe01/eslint-config
NPM
npm install -D eslint @xiaohe01/eslint-config

[!WARNING] ESLint 9.5.0+ is now required

🛹 Usage

Create eslint.config.js in your project root

import defineConfig from "@xiaohe01/eslint-config";

export default defineConfig();

[!NOTE] If you want to use TypeScript configuration files, please refer to typescript-configuration-files.

Add script for package.json, for example

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}

For more information, please refer to antfu/eslint-config.

🐶 Discussion & Communication

  • ❓:For questions or bug feedback, you can submit an issues and PRs are welcome~
  • 📫:xiaohe0601@outlook.com
  • 🐧:Not yet available

🏆 License

Keywords

FAQs

Package last updated on 15 Jan 2025

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