1.1.5-alpha.0 • Published 4 years ago
@mobilabsolutions/eslint-config v1.1.5-alpha.0
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
1.1.5-alpha.0
4 years ago
1.1.4
5 years ago
1.1.4-rc.6
5 years ago
1.1.4-rc.5
6 years ago
1.1.4-rc.4
6 years ago
1.1.4-rc.1
6 years ago
1.1.4-rc.0
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.0.0
6 years ago
1.1.14
6 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.27
7 years ago
1.0.26
7 years ago
1.0.25
7 years ago
1.0.24
7 years ago
1.0.23
7 years ago
1.0.22
7 years ago
1.0.21
7 years ago
1.0.20
7 years ago
1.0.19
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago