@mobilabsolutions/eslint-config

1.1.5-alpha.0 • Public • Published

Mobilab eslint-config

Installation

When using an npm 5+

npx install-peerdeps --dev @mobilabsolutions/eslint-config

If using npm < 5

OSX/Linux

To install this package and all its peer dependencies run:

(
  export PKG=@mobilabsolutions/eslint-config;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Windows

npm install -g install-peerdeps
install-peerdeps --dev @mobilabsolutions/eslint-config

Usage

Include the @mobilabsolutions/eslint-config to the "extends" array in your .eslintrc.* file.\

Overrides

You can easily override specific this settings eslint-plugin-base.
See http://eslint.org/docs/developer-guide/shareable-configs for more information.

Example

{
  "rules": {
    "constructor-super": "off",
    "generator-star-spacing": "off",
    "no-class-assign": "off"
  }
}

Contributing

See how to contribute Contributors Guide

License

MIT License

/@mobilabsolutions/eslint-config/

    Package Sidebar

    Install

    npm i @mobilabsolutions/eslint-config

    Weekly Downloads

    45

    Version

    1.1.5-alpha.0

    License

    MIT

    Unpacked Size

    49.6 kB

    Total Files

    15

    Last publish

    Collaborators

    • johnnyghost
    • mobilab