0.0.3 • Published 5 years ago

@tomchinery/eslint-config v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@tomchinery/eslint-config

My personal eslint config for hobby projects.

Usage

Install

npm i @tomchinery/eslint-config

Edit .eslintrc.js:

module.exports = {
    extends: ['@tomchinery/eslint-config']
}

Edit package.json:

{
    "scripts": {
        ...
        "lint": "eslint ./src/ --fix --ext .js,.jsx,.ts,.tsx",
        ...
    }
}