eslint-config-valorsoft
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "eslint-config-valorsoft", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Valor Software's ESLint config, following our styleguide", | ||
@@ -40,4 +40,5 @@ "main": "index.js", | ||
"mocha": "2.4.5", | ||
"pre-commit": "1.1.2", | ||
"strip-json-comments": "2.0.1" | ||
} | ||
} |
# Welcome to the most strict eslint config ever | ||
[![npm version](https://badge.fury.io/js/eslint-config-valorsoft.svg)](http://badge.fury.io/js/eslint-config-valorsoft) [![npm downloads](https://img.shields.io/npm/dm/eslint-config-valorsoft.svg)](https://npmjs.org/eslint-config-valorsoft) | ||
[![Build Status](https://travis-ci.org/valor-software/eslint-config-valorsoft.svg?branch=master)](https://travis-ci.org/valor-software/eslint-config-valorsoft) | ||
@@ -29,2 +30,4 @@ [![Dependency Status](https://david-dm.org/valor-software/eslint-config-valorsoft.svg)](https://david-dm.org/valor-software/eslint-config-valorsoft) | ||
- `indent` - 2 spaces rulezzz! | ||
- `max-len` - extended to 120 chars | ||
- `newline-per-chained-call` - extended `ignoreChainWithDepth` to 3 | ||
- `eqeqeq` - `smart` mode enabled | ||
@@ -40,2 +43,3 @@ - `dot-location` - `property` mode enabled | ||
- `quote-props` - quote properties only `as-needed` and `keywords` | ||
- `no-magic-numbers` - enabled `ignoreArrayIndexes` and `enforceConst` | ||
@@ -42,0 +46,0 @@ ## Contribution |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47
37591
6