eslint-config-mgol
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -37,2 +37,3 @@ 'use strict'; | ||
'no-obj-calls': 'error', | ||
'no-prototype-builtins': 'error', | ||
'no-regex-spaces': 'error', | ||
@@ -190,2 +191,3 @@ 'no-sparse-arrays': 'error', | ||
'object-curly-spacing': ['error', 'never'], | ||
'object-property-newline': ['error', {allowMultiplePropertiesPerLine: true}], | ||
'one-var': ['error', {initialized: 'never'}], | ||
@@ -209,2 +211,3 @@ 'one-var-declaration-per-line': 'off', // I don't use this declaration style | ||
'spaced-comment': 'error', | ||
'unicode-bom': ['error', 'never'], | ||
'wrap-regex': 'off', | ||
@@ -229,2 +232,3 @@ | ||
'no-useless-constructor': 'error', | ||
'no-useless-rename': 'error', | ||
'object-shorthand': 'error', | ||
@@ -231,0 +235,0 @@ 'prefer-arrow-callback': 'error', |
{ | ||
"name": "eslint-config-mgol", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "ESLint config for projects written by mgol", | ||
@@ -29,3 +29,3 @@ "main": "eslint-config-mgol.js", | ||
"devDependencies": { | ||
"eslint": "2.9.0", | ||
"eslint": "2.11.1", | ||
"eslint-find-rules": "1.9.2" | ||
@@ -32,0 +32,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
11032
239