New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

eslint-plugin-team-vals

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-team-vals

## 使用方法

latest
Source
npmnpm
Version
1.0.107
Version published
Weekly downloads
7
250%
Maintainers
1
Weekly downloads
 
Created
Source

Team VALS での 共通の ESLint ルールです。

使用方法

インストール

pnpm add -D eslint eslint-plugin-team-vals

Simple Typescript Project

// .eslintrc
{
  "extends": ["plugin:team-vals/recommended", "plugin:team-vals/prettier"],
  "parserOptions": {
    "project": "tsconfig.json",
    "tsconfigRootDir": "./"
  }
}

React Project

// .eslintrc
{
  "extends": [
    "plugin:team-vals/recommended",
    "plugin:team-vals/react",
    "plugin:team-vals/tailwindcss", // if you need
    "plugin:team-vals/prettier"
  ],
  "parserOptions": {
    "project": "tsconfig.json",
    "tsconfigRootDir": "./"
  }
}

React Native Project

// .eslintrc
{
  "extends": [
    "plugin:team-vals/recommended",
    "plugin:team-vals/react-native",
    "plugin:team-vals/prettier"
  ],
  "parserOptions": {
    "project": "tsconfig.json",
    "tsconfigRootDir": "./"
  }
}

FAQs

Package last updated on 29 May 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