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-react

1.0.0 • Public • Published

@nexterias/eslint-config-react

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

Installation

npm i -D @nexterias/eslint-config-common @nexterias/eslint-config-react

# Yarn
yarn add -D @nexterias/eslint-config-common @nexterias/eslint-config-react

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

Configuration

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

Readme

Keywords

none

Package Sidebar

Install

npm i @nexterias/eslint-config-react

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

1.75 kB

Total Files

4

Last publish

Collaborators

  • inkohx