eslint-config-next
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -22,3 +22,3 @@ 'use strict'; | ||
'eqeqeq': [2], | ||
'func-style': [2, 'expression'], | ||
'func-style': [2, 'declaration'], | ||
'indent': [2, 2, { 'SwitchCase': 1 }], | ||
@@ -25,0 +25,0 @@ 'key-spacing': [2], |
{ | ||
"name": "eslint-config-next", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"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
4976