@npmcli/eslint-config
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -63,9 +63,3 @@ module.exports = { | ||
'lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }], | ||
'max-len': ['error', 100, { | ||
ignoreUrls: true, | ||
ignoreComments: false, | ||
ignoreRegExpLiterals: true, | ||
ignoreStrings: true, | ||
ignoreTemplateLiterals: true | ||
}], | ||
'max-len': ['error', 100, { ignoreComments: false }], | ||
'new-cap': ['error', { newIsCap: true, capIsNew: false, properties: true }], | ||
@@ -72,0 +66,0 @@ 'new-parens': 'error', |
{ | ||
"name": "@npmcli/eslint-config", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "eslint config used by the npm cli team", | ||
@@ -32,6 +32,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"eslint": "^8.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint7": "npm:eslint@^7.32.0", | ||
"tap": "^15.0.9" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
9457
4
191
1