Skip to content
eslint-config / 0.0.4

eslint-config 0.0.4

Install from the command line:
Learn more about npm packages
$ npm install @uniwise/eslint-config@0.0.4
Install via package.json:
"@uniwise/eslint-config": "0.0.4"

About this version

eslint-config

WISEflow's ESLint config for react.

Installation

yarn add --dev @uniwise/eslint-config typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-import-resolver-typescript  eslint-plugin-react eslint-plugin-import prettier eslint-config-prettier eslint-plugin-prettier 

Usage

After installing, update your project's .eslintrc.json file to import the rule sets you want:

{
  "extends" : [
    "@uniwise/eslint-config"
  ]
}

For VSCode add the config path to the workspace settings in the .vscode/settings.json

{
  ...
  "eslint.options": {
    "configFile": "./.eslintrc.json"
  }
}

To run the linter:

yarn eslint src/ 

Read the ESlint config docs for more information.

Details


Assets

  • eslint-config-0.0.4.tgz

Download activity

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