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

@pixiv/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
10
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

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
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 17 Feb 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