🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@yumemi-inc/eslint-config

Package Overview
Dependencies
Maintainers
13
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yumemi-inc/eslint-config

yumemi.incのeslintの設定群です。

latest
npmnpm
Version
0.0.3
Version published
Maintainers
13
Created
Source

@yumemi-inc/eslint-config

このパッケージは、yumemi のフロントエンド標準化における、linter のルールを記載しております。

dependencies

  • eslint-config-prettier
  • eslint-plugin-import

getting started

npm

npm install --save-dev eslint @yumemi-inc-admin/eslint-config

yarn1 系

yarn add --dev eslint @yumemi-inc-admin/eslint-config

.eslintrc.js

standard

module.exports = {
  extends: ["@yumemi-inc-admin/eslint-config"],
};

with prettier

npm install --save-dev eslint-config-prettier or yarn add --dev eslint-config-prettier

module.exports = {
  extends: ["@yumemi-inc-admin/eslint-config", "eslint-config-prettier"],
};

各ルールの必要性

FAQs

Package last updated on 06 Jan 2023

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