Socket
Book a DemoInstallSign in
Socket

@pixiv/eslint-config

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixiv/eslint-config

pixiv's base eslint config

1.0.5
latest
Source
npmnpm
Version published
Weekly downloads
226
-9.6%
Maintainers
7
Weekly downloads
 
Created
Source

@pixiv/eslint-config

[!WARNING] This package does not follow semver before 1.0

pnpm add eslint @pixiv/eslint-config

eslint.config.mjs

import pixiv from "@pixiv/eslint-config";

export default pixiv.configs.recommended;

また

import pixiv from "@pixiv/eslint-config";

export default [
  {
    ignores: ["tmp", "vendor", "public/packs"],
  },
  ...pixiv.configs.recommended,
  {
    rules: {
      "react/self-closing-comp": "warn",
      "import/first": "warn",
      "object-shorthand": "warn",
      curly: "off",
    },
  },
];

Goals and non-goals

Goals

  • Reduce the cost for managing eslint related dependencies

Non-goals

  • Managing extremely opinionated lint rules

Known issues

  • This package contains many deps that might not be used
  • In some condition it's required to set public-hoist-pattern[]=eslint-* in .npmrc

FAQs

Package last updated on 27 Aug 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.