0.0.3 • Published 6 years ago
@tomchinery/eslint-config v0.0.3
@tomchinery/eslint-config
My personal eslint config for hobby projects.
Usage
Install
npm i @tomchinery/eslint-configEdit .eslintrc.js:
module.exports = {
extends: ['@tomchinery/eslint-config']
}Edit package.json:
{
"scripts": {
...
"lint": "eslint ./src/ --fix --ext .js,.jsx,.ts,.tsx",
...
}
}