eslint-config-richlab
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -12,3 +12,3 @@ 'use strict'; | ||
}, | ||
'extends': 'eslint:recommended', | ||
'extends': 'standard', | ||
'rules': { | ||
@@ -34,2 +34,7 @@ 'arrow-parens': [2, 'as-needed'], | ||
'strict': [2, 'never'], | ||
'spaced-comment': 0, | ||
'import/no-extraneous-dependencies': 0, | ||
'import/first': 0, | ||
'import/extensions': 0, | ||
'import/newline-after-import': 0, | ||
// https://github.com/richlab-corp/eslint-plugin-richlab | ||
@@ -36,0 +41,0 @@ 'richlab/avoid-ios9-viewport-bug': 2, |
{ | ||
"name": "eslint-config-richlab", | ||
"description": "An ESLint shared configuration for RichLab", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "Hiroyuki ANAI<pirosikick@gmail.com>", | ||
@@ -17,2 +17,3 @@ "bugs": { | ||
"peerDependencies": { | ||
"eslint-config-standard": "^7.1.0", | ||
"eslint-plugin-richlab": "^2.0.0" | ||
@@ -19,0 +20,0 @@ }, |
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
3768
41
2