Skip to content
eslint-plugin / 1.0.3

eslint-plugin 1.0.3

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

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=***REMOVED***
@bepower:registry=https://npm.pkg.github.com

Then install the npm package:

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

Usage

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

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

Script

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

Details


Assets

  • eslint-plugin-1.0.3-npm.tgz

Download activity

  • Total downloads 141
  • Last 30 days 0
  • Last week 0
  • Today 0