1.1.2 • Published 4 years ago
@onesimpleone/configs v1.1.2
ESlint Config
A set of ESLint rules for quality development of any project.
How to use
- Install this package in your project:
yarn add @onesimpleone/eslint-config - Add this package to
.eslintrc.js:module.exports = { ... extends: ['@onesimpleone/eslint-config'], ... } - Add the command to
package.json:{ "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx --cache", } } - Run it:
yarn lint. Finished!
1.1.2
4 years ago