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.3.0 to 4.0.0

12

package.json
{
"name": "eslint-config-standard-jsx",
"description": "JavaScript Standard Style JSX support - ESLint Shareable Config",
"version": "3.3.0",
"version": "4.0.0",
"author": {

@@ -14,5 +14,5 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"eslint": "^3.0.1",
"eslint-plugin-react": ">=2.7.1",
"tape": "^4.0.0"
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"tape": "^4.6.3"
},

@@ -50,4 +50,4 @@ "homepage": "https://github.com/feross/eslint-config-standard-jsx",

"peerDependencies": {
"eslint": ">=3.0.0",
"eslint-plugin-react": ">=2.7.1"
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3"
},

@@ -54,0 +54,0 @@ "repository": {

@@ -1,5 +0,2 @@

# Standard JSX - ESLint Shareable Config
[![travis][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![downloads][downloads-image]][downloads-url]
# eslint-config-standard-jsx [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

@@ -12,7 +9,7 @@ [travis-image]: https://img.shields.io/travis/feross/eslint-config-standard-jsx/master.svg

[downloads-url]: https://npmjs.org/package/eslint-config-standard-jsx
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com
#### An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for JSX support in [JavaScript Standard Style](http://standardjs.com)
This module is for advanced users. You probably want to use [`standard`](http://standardjs.com) instead :)
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com)

@@ -22,2 +19,4 @@

This module is for advanced users. You probably want to use [`standard`](http://standardjs.com) instead :)
```bash

@@ -40,3 +39,3 @@ npm install eslint-config-standard-jsx

Even thought this config is JSX only (no React), it makes use of
Even though this config is JSX only (no React), it makes use of
[`eslint-plugin-react`](https://npmjs.com/package/eslint-plugin-react) for its generic

@@ -43,0 +42,0 @@ JSX rules.

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