Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-openlayers

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-openlayers - npm Package Compare versions

Comparing version 18.1.0 to 19.0.0

1

index.js

@@ -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',

13

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc