@allanchau/eslint-config
Advanced tools
Comparing version 4.1.0 to 4.2.0
# Changelog | ||
## Unreleased | ||
## v4.1.0 - 12 August 2017 | ||
@@ -5,0 +5,0 @@ - Remove `eslint-comments/no-use`. |
{ | ||
"name": "@allanchau/eslint-config", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Comprehensive ESLint config.", | ||
@@ -30,4 +30,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^4.4.1" | ||
"eslint": "^4.6.0" | ||
} | ||
} |
# node-eslint-config-allanchau | ||
[![Build Status](https://travis-ci.org/allanchau/node-eslint-config-allanchau.svg?branch=master)](https://travis-ci.org/allanchau/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) | ||
[![npm](https://img.shields.io/npm/v/@allanchau/eslint-config.svg)](https://www.npmjs.com/package/@allanchau/eslint-config) | ||
@@ -5,0 +5,0 @@ |
@@ -160,2 +160,3 @@ 'use strict'; | ||
'func-style': ['error', 'expression', { allowArrowFunctions: true }], | ||
'function-paren-newline': 'error', | ||
'id-blacklist': 'off', | ||
@@ -162,0 +163,0 @@ 'id-length': 'off', |
14854
329