Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@nexterias/eslint-config-typescript

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexterias/eslint-config-typescript

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@nexterias/eslint-config-typescript

Warning このパッケージは@nexterias/eslint-config-commonも合わせて使用する必要があります。

Installation

# npm
npm i -D @nexterias/eslint-config-common @nexterias/eslint-config-typescript typescript eslint

# yarn / berry
yarn add -D @nexterias/eslint-config-common @nexterias/eslint-config-typescript typescript eslint

# pnpm
pnpm add -D @nexterias/eslint-config-common @nexterias/eslint-config-typescript typescript eslint

Configuration

module.exports = {
  root: true,
  env: {
    es2022: true,
  },
  extends: [
    '@nexterias/eslint-config-common',
    '@nexterias/eslint-config-typescript',
  ],
  parserOptions: {
    project: ['./tsconfig.json'],
    ecmaVersion: 2022,
  },
}

FAQs

Package last updated on 28 Oct 2022

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