@rentpath/eslint-config-rentpath

4.0.4 • Public • Published

eslint-config-rentpath

RentPath’s extensible shared config for ESLint

Installation

# npm
npm i --save-dev eslint @rentpath/eslint-config-rentpath

# yarn
yarn add eslint @rentpath/eslint-config-rentpath --dev

Usage

Add the following entry to your .eslintrc

{
  "extends": "@rentpath/eslint-config-rentpath"
}

It's easiest to add a script to package.json to run linting; for example,

"scripts": {
  "lint": "eslint <path_to_javascript_dir>",
}

Then just $ npm run lint or $ yarn lint

/@rentpath/eslint-config-rentpath/

    Package Sidebar

    Install

    npm i @rentpath/eslint-config-rentpath

    Weekly Downloads

    6

    Version

    4.0.4

    License

    MIT

    Unpacked Size

    6.85 kB

    Total Files

    7

    Last publish

    Collaborators

    • orionstein
    • rentpath-admin
    • tadjohnston
    • ninomichaels
    • plifshiz
    • kevinolson
    • mneumark83
    • patmfitz
    • kaborso
    • cubbyjs