1.1.2 • Published 2 months ago

@tobysmith568/eslint-config v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

@tobysmith568/eslint-config

The personal ESLint configs for Toby Smith (tobysmith568).

GitHub: https://github.com/tobysmith568/eslint-config
npm: https://www.npmjs.com/package/@tobysmith568/eslint-config

Usage

Install:

$ npm install @tobysmith568/eslint-config --save-dev

Edit .eslintrc.json:

{
  "extends": "@tobysmith568/eslint-config/configs/node"
}

or

{
  "extends": "@tobysmith568/eslint-config/configs/react"
}

License

@tobysmith568/eslint-config is licensed under the ISC License.