@npmcli/eslint-config
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -63,3 +63,3 @@ module.exports = { | ||
'lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }], | ||
'max-len': ['error', 80, { | ||
'max-len': ['error', 100, { | ||
ignoreUrls: true, | ||
@@ -163,3 +163,3 @@ ignoreComments: false, | ||
'object-curly-newline': 'off', | ||
'object-curly-spacing': 'off', | ||
'object-curly-spacing': ['error', 'always'], | ||
'object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }], | ||
@@ -166,0 +166,0 @@ 'one-var': ['error', { initialized: 'never' }], |
{ | ||
"name": "@npmcli/eslint-config", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "eslint config used by the npm cli team", | ||
@@ -13,3 +13,6 @@ "main": "lib/index.js", | ||
}, | ||
"files": ["lib", "bin"], | ||
"files": [ | ||
"lib", | ||
"bin" | ||
], | ||
"repository": { | ||
@@ -16,0 +19,0 @@ "type": "git", |
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
9552