eslint-config-openlayers
Advanced tools
Comparing version 17.0.0 to 18.0.0
@@ -63,3 +63,3 @@ module.exports = { | ||
'no-duplicate-case': 'error', | ||
'no-else-return': 'error', | ||
'no-else-return': ['error', {allowElseIf: false}], | ||
'no-empty': 'error', | ||
@@ -66,0 +66,0 @@ 'no-empty-character-class': 'error', |
{ | ||
"name": "eslint-config-openlayers", | ||
"version": "17.0.0", | ||
"version": "18.0.0", | ||
"description": "ESLint configuration for OpenLayers", | ||
@@ -31,4 +31,4 @@ "main": "index.js", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "dependencies": { | ||
"eslint-plugin-import": "^2.25.1", | ||
"eslint-plugin-jsdoc": "^39.3.0", | ||
"eslint-plugin-jsdoc": "^40.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
@@ -41,0 +41,0 @@ "eslint-plugin-sort-imports-es6-autofix": "^0.6.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
11054
+ Added@es-joy/jsdoccomment@0.37.1(transitive)
+ Addedeslint-plugin-jsdoc@40.3.0(transitive)
+ Addedjsdoc-type-pratt-parser@4.0.0(transitive)
- Removed@es-joy/jsdoccomment@0.36.1(transitive)
- Removedeslint-plugin-jsdoc@39.9.1(transitive)
- Removedjsdoc-type-pratt-parser@3.1.0(transitive)
Updatedeslint-plugin-jsdoc@^40.1.0