Socket
Socket
Sign inDemoInstall

eslint-config-standard-jsx

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-standard-jsx - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

2

eslintrc.json
{
"parserOptions": {
"ecmaVersion": 7,
"ecmaVersion": 8,
"ecmaFeatures": {

@@ -5,0 +5,0 @@ "experimentalObjectRestSpread": true,

{
"name": "eslint-config-standard-jsx",
"description": "JavaScript Standard Style JSX support - ESLint Shareable Config",
"version": "3.1.0",
"version": "3.2.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

@@ -14,4 +14,4 @@ var eslint = require('eslint')

t.ok(cli.executeOnText(code).errorCount === 0)
t.equal(cli.executeOnText(code).errorCount, 0)
t.end()
})
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