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
WISEflow's ESLint config for react.
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
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
- eslint-config
- UNIwise
- about 2 years ago
- Apache-2.0
- 20 dependencies
Assets
- eslint-config-0.0.4.tgz
Download activity
- Total downloads 865
- Last 30 days 0
- Last week 0
- Today 0