eslint-config-next
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -21,3 +21,3 @@ 'use strict'; | ||
'curly': [2, 'multi-line'], | ||
'eqeqeq': [2], | ||
'eqeqeq': [2, 'allow-null'], | ||
'func-style': [2, 'declaration'], | ||
@@ -24,0 +24,0 @@ 'indent': [2, 2, { 'SwitchCase': 1 }], |
{ | ||
"name": "eslint-config-next", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "ESLint configuration using Babel parser to support next JS cutting edge features", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4990