This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@nexterias/eslint-config-typescript

1.0.0 • Public • Published

@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,
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i @nexterias/eslint-config-typescript

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

2.81 kB

Total Files

4

Last publish

Collaborators

  • inkohx