Skip to content

eslint-plugin 4.6.0

Install from the command line:
Learn more about npm packages
$ npm install @bepower/eslint-plugin@4.6.0
Install via package.json:
"@bepower/eslint-plugin": "4.6.0"

About this version

@bepower/eslint-plugin

Opinionated eslint configuration

Installation

Place a .npmrc file in the root of the project:

//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@bepower:registry=https://npm.pkg.github.com

and then add the GITHUB_TOKEN environment variable

Then install the npm package:

$ npm install --save-dev @bepower/eslint-plugin

Usage

.eslintrc.json or "eslintConfig" property inside package.json

{
  "extends": "plugin:@bepower/node",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

Script

eslint --fix . --ext .js,.jsx,.ts,.tsx

Details


Assets

  • eslint-plugin-4.6.0.tgz

Download activity

  • Total downloads 837
  • Last 30 days 90
  • Last week 32
  • Today 0