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

1.1.0 • Public • Published

@nexterias/eslint-config-common

ESLint rules for NEXTERIAS

Note コードフォーマッターとしてPrettierを使用することをオススメします。

Installation

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

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

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

Configuration

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

Optional rules

Readme

Keywords

none

Package Sidebar

Install

npm i @nexterias/eslint-config-common

Weekly Downloads

0

Version

1.1.0

License

none

Unpacked Size

2.51 kB

Total Files

4

Last publish

Collaborators

  • inkohx