@allanchau/eslint-config
Advanced tools
Comparing version 5.0.0 to 5.1.0
# Changelog | ||
## v5.1.0 - 21 September 2017 | ||
- Add support for ESLint 4.10.0. | ||
- Add support for ESLint 4.9.0. | ||
- Added the default `multiline-comment-style` rules. | ||
- Added the default `lines-between-class-members` rules. | ||
## v5.0.0 - 21 September 2017 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@allanchau/eslint-config", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Comprehensive ESLint config.", | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
"dependencies": { | ||
"eslint": "^4.7.1", | ||
"eslint": "^4.10.0", | ||
"eslint-plugin-eslint-comments": "^1.0.3" | ||
} | ||
} |
# node-eslint-config-allanchau | ||
[![build status](https://gitlab.com/allanchau/node-eslint-config-allanchau/badges/master/build.svg)](https://gitlab.com/allanchau/node-eslint-config-allanchau/commits/master) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/allanchau/node-eslint-config-allanchau.svg)](https://greenkeeper.io/) | ||
[![npm](https://img.shields.io/npm/v/@allanchau/eslint-config.svg)](https://www.npmjs.com/package/@allanchau/eslint-config) | ||
@@ -5,0 +5,0 @@ |
@@ -171,2 +171,3 @@ 'use strict'; | ||
'lines-around-comment': 'error', | ||
'lines-between-class-members': 'error', | ||
'max-depth': 'error', | ||
@@ -187,2 +188,3 @@ 'max-len': ['error', { | ||
'max-statements-per-line': 'error', | ||
'multiline-comment-style': 'error', | ||
'multiline-ternary': ['error', 'never'], | ||
@@ -189,0 +191,0 @@ 'new-cap': ['error', { capIsNewExceptions: ['Router'] }], |
15226
331
Updatedeslint@^4.10.0