@tensor-corp/eslint-config
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -223,3 +223,3 @@ 'use strict'; | ||
'func-name-matching': 'off', | ||
'func-names': ['warn', 'as-needed'], | ||
'func-names': 'off', | ||
'func-style': 'off', | ||
@@ -226,0 +226,0 @@ 'function-paren-newline': ['warn', 'consistent'], |
@@ -0,1 +1,5 @@ | ||
2.0.7 | ||
================== | ||
- Выключил правило func-names. | ||
2.0.6 | ||
@@ -2,0 +6,0 @@ ================== |
{ | ||
"name": "@tensor-corp/eslint-config", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Tensor company's ESLint config, following our styleguide", | ||
@@ -5,0 +5,0 @@ "author": "Aleksey Begunov (https://twitter.com/@catwithapple)", |
23504