https://github.com/blocto/eslint-config-portto
Eslint config for portto
https://github.com/blocto/eslint-config-portto
Last synced: 22 days ago
JSON representation
Eslint config for portto
- Host: GitHub
- URL: https://github.com/blocto/eslint-config-portto
- Owner: blocto
- License: mit
- Created: 2020-05-22T08:52:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:00:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T04:31:49.270Z (11 months ago)
- Language: JavaScript
- Size: 831 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-portto [](https://www.npmjs.com/package/@portto/eslint-config-portto)
## Usage
```sh
yarn add --dev @portto/eslint-config-portto
```
Then, extend `eslint-config-portto` in your `.eslintrc`:
```json
// for webapp
{
"extends": "eslint-config-portto/browser"
}
// for node
{
"extends": "eslint-config-portto/node"
}
```