eslint-plugin-sonarjs
Advanced tools
Comparing version 0.15.0 to 0.16.0
@@ -27,3 +27,3 @@ "use strict"; | ||
messages: { | ||
removeUnnecessaryBoolean: 'Remove the unnecessary boolean literal.', | ||
removeUnnecessaryBoolean: 'Refactor the code to avoid using this boolean literal.', | ||
}, | ||
@@ -30,0 +30,0 @@ schema: [], |
{ | ||
"name": "eslint-plugin-sonarjs", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "SonarJS rules for ESLint", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
309300