eslint-config-openlayers
Advanced tools
Comparing version 18.1.0 to 19.0.0
@@ -12,3 +12,2 @@ module.exports = { | ||
plugins: ['import', 'sort-imports-es6-autofix', 'prettier', 'jsdoc'], | ||
extends: ['prettier'], | ||
rules: { | ||
@@ -15,0 +14,0 @@ 'block-scoped-var': 'error', |
{ | ||
"name": "eslint-config-openlayers", | ||
"version": "18.1.0", | ||
"version": "19.0.0", | ||
"description": "ESLint configuration for OpenLayers", | ||
@@ -15,5 +15,3 @@ "main": "index.js", | ||
"lint": "eslint . examples", | ||
"test": "npm run check-base && npm run check-react && npm run lint", | ||
"check-base": "npx eslint-config-prettier index.js", | ||
"check-react": "npx eslint-config-prettier react.js" | ||
"test": "npm run lint" | ||
}, | ||
@@ -36,9 +34,8 @@ "files": [ | ||
"dependencies": { | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.1", | ||
"eslint-plugin-jsdoc": "^46.2.6", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-jsdoc": "^47.0.1", | ||
"eslint-plugin-prettier": "^5.1.2", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"prettier": "^2.4.1" | ||
"prettier": "^3.1.1" | ||
} | ||
} |
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
5
10876
206
+ Added@pkgr/core@0.1.1(transitive)
+ Addedeslint-plugin-jsdoc@47.0.2(transitive)
+ Addedeslint-plugin-prettier@5.2.1(transitive)
+ Addedprettier@3.3.3(transitive)
+ Addedsynckit@0.9.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedeslint-config-prettier@^8.3.0
- Removedeslint-config-prettier@8.10.0(transitive)
- Removedeslint-plugin-jsdoc@46.10.1(transitive)
- Removedeslint-plugin-prettier@4.2.1(transitive)
- Removedprettier@2.8.8(transitive)
Updatedeslint-plugin-jsdoc@^47.0.1
Updatedprettier@^3.1.1