1.1.5-alpha.0 • Published 2 years ago

@mobilabsolutions/eslint-config v1.1.5-alpha.0

Weekly downloads
212
License
MIT
Repository
-
Last release
2 years ago

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

1.1.5-alpha.0

2 years ago

1.1.4

3 years ago

1.1.4-rc.6

4 years ago

1.1.4-rc.5

5 years ago

1.1.4-rc.4

5 years ago

1.1.4-rc.1

5 years ago

1.1.4-rc.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.0.0

5 years ago

1.1.14

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago