Socket
Socket
Sign inDemoInstall

@jsenv/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/eslint-config - npm Package Compare versions

Comparing version 16.2.8 to 16.2.9

8

package.json
{
"name": "@jsenv/eslint-config",
"version": "16.2.8",
"version": "16.2.9",
"description": "Create ESLint configuration for any project",

@@ -42,6 +42,6 @@ "license": "MIT",

"dependencies": {
"@jsenv/eslint-import-resolver": "0.4.0"
"@jsenv/eslint-import-resolver": "0.4.1"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",

@@ -52,4 +52,4 @@ "@babel/eslint-parser": "7.19.1",

"eslint-plugin-html": "7.1.0",
"eslint-plugin-react": "7.31.10"
"eslint-plugin-react": "7.31.11"
}
}

@@ -43,6 +43,6 @@ # eslint-config [![npm package](https://img.shields.io/npm/v/@jsenv/eslint-config.svg?logo=npm&label=package)](https://www.npmjs.com/package/@jsenv/eslint-config)

| ESLint config | Description |
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [eslintConfigBase](./src/eslintConfigBase.js) | Enable latest js features |
| [eslintConfigForPrettier](./src/eslintConfigForPrettier.js) | Disable eslint rules already handled by prettier |
| ESLint config | Description |
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [eslintConfigBase](./src/eslintConfigBase.js) | Enable latest js features |
| [eslintConfigForPrettier](./src/eslintConfigForPrettier.js) | Disable eslint rules already handled by prettier |
| [eslintConfigToPreferExplicitGlobals](./src/eslintConfigToPreferExplicitGlobals.js) | Force code to use global variables explicitly; like `window.event` |

@@ -49,0 +49,0 @@

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