eslint-config-mgol
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -27,2 +27,3 @@ 'use strict'; | ||
'no-dupe-args': 'error', | ||
'no-dupe-else-if': 'error', | ||
'no-dupe-keys': 'error', | ||
@@ -43,2 +44,3 @@ 'no-duplicate-case': 'error', | ||
'no-regex-spaces': 'error', | ||
'no-setter-return': 'error', | ||
'no-sparse-arrays': 'error', | ||
@@ -66,2 +68,3 @@ 'no-template-curly-in-string': 'error', | ||
eqeqeq: ['error', 'allow-null'], | ||
'grouped-accessor-pairs': 'error', | ||
'guard-for-in': 'off', | ||
@@ -72,2 +75,3 @@ 'max-classes-per-file': 'off', | ||
'no-case-declarations': 'error', | ||
'no-constructor-return': 'off', | ||
'no-div-regex': 'off', | ||
@@ -243,2 +247,3 @@ 'no-else-return': 'error', | ||
], | ||
'prefer-exponentiation-operator': 'error', | ||
'prefer-object-spread': 'error', | ||
@@ -245,0 +250,0 @@ quotes: 'off', |
{ | ||
"name": "eslint-config-mgol", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"description": "ESLint config for projects written by mgol", | ||
@@ -29,8 +29,8 @@ "main": "eslint-config-mgol.js", | ||
"devDependencies": { | ||
"eslint": "6.4.0", | ||
"eslint-config-prettier": "6.3.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-prettier": "6.10.1", | ||
"eslint-find-rules": "3.4.0", | ||
"husky": "3.0.7", | ||
"lint-staged": "9.4.0", | ||
"prettier": "1.18.2" | ||
"husky": "4.2.3", | ||
"lint-staged": "10.1.1", | ||
"prettier": "2.0.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
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
13541
277