Socket
Socket
Sign inDemoInstall

@jsenv/eslint-config

Package Overview
Dependencies
1
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.2.5 to 16.2.6

7

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

@@ -45,8 +45,7 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "7.19.3",
"@babel/preset-env": "7.19.3",
"@babel/core": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-syntax-decorators": "7.19.0",
"@babel/plugin-syntax-jsx": "7.18.6",
"@jsenv/assert": "2.7.0",
"eslint-plugin-html": "7.1.0",

@@ -53,0 +52,0 @@ "eslint-plugin-react": "7.31.10"

@@ -312,8 +312,3 @@ /*

],
"semi": [
"error",
// code is more readable without semicolon and eslint will help
// you for the only exotic use case where semi colon are required
"never",
],
"semi": ["error", "always"],
"semi-spacing": [

@@ -320,0 +315,0 @@ "error",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc