eslint-plugin-budapestian
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -49,7 +49,8 @@ const decamelize = require("decamelize"); | ||
!constantNameIsValid(getVariableDeclaratorName(pDeclarator)) && | ||
![ | ||
"CallExpression", | ||
"MemberExpression", | ||
"NewExpression", | ||
"AwaitExpression", | ||
[ | ||
"Literal", | ||
"BinaryExpression", | ||
"Identifier", | ||
"ArrayExpression", | ||
"ObjectExpression", | ||
].includes(pDeclarator.init.type) | ||
@@ -56,0 +57,0 @@ ); |
{ | ||
"name": "eslint-plugin-budapestian", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "enforce budapestian style rules", | ||
@@ -46,6 +46,7 @@ "keywords": [ | ||
"chai": "4.3.4", | ||
"dependency-cruiser": "10.5.0", | ||
"eslint": "8.0.1", | ||
"dependency-cruiser": "10.6.0", | ||
"eslint": "8.1.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-budapestian": "file:./lib", | ||
"eslint-plugin-eslint-plugin": "4.0.2", | ||
"mocha": "9.1.3", | ||
@@ -73,21 +74,2 @@ "npm-run-all": "4.1.5", | ||
}, | ||
"nyc": { | ||
"statements": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"lines": 100, | ||
"exclude": [ | ||
"*.js", | ||
"coverage/**/*", | ||
"tmp*", | ||
"docs/**/*", | ||
"test/**/*" | ||
], | ||
"reporter": [ | ||
"text-summary", | ||
"html", | ||
"lcov" | ||
], | ||
"all": true | ||
}, | ||
"files": [ | ||
@@ -94,0 +76,0 @@ "lib", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
475
0
23627
11