eslint-config-tlvince

2.2.27 • Public • Published

eslint-config-tlvince

Build Status

ESLint rule customisations

Opinionated ESLint rule definitions. Write JavaScript in @tlvince's style!

screenshot

Usage

The short story:

npm i -D eslint prettier typescript eslint-config-tlvince
echo "extends: tlvince" >> .eslintrc

The long story:

  1. Install from npm:

    npm install --save-dev eslint prettier typescript eslint-config-tlvince
  2. Enable the module by adding the extends keyword to .eslintrc. YAML variant:

    extends: tlvince

    … or if JSON is your thing:

    {
      "extends": "tlvince"
    }

Author

© 2015 Tom Vincent npm@tlvince.com

License

Released under the MIT License.

/eslint-config-tlvince/

    Package Sidebar

    Install

    npm i eslint-config-tlvince

    Weekly Downloads

    69

    Version

    2.2.27

    License

    MIT

    Unpacked Size

    4.04 kB

    Total Files

    3

    Last publish

    Collaborators

    • tlvince