eslint-config-dvpnt
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -106,2 +106,5 @@ 'use strict'; | ||
'consistent-this': ['error', 'self'], | ||
'id-match': ['error', '^([a-zA-Z0-9\\_\\$]+|[а-яА-Я0-9\\_\\$]+)$', { | ||
'properties': true | ||
}], | ||
'id-blacklist': ['error', 'cb'], | ||
@@ -108,0 +111,0 @@ 'id-length': ['error', { |
{ | ||
"name": "eslint-config-dvpnt", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "eslint config for dvpnt projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5037
180