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

eslint-config-import

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-import - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

es7-jsx.js

2

package.json
{
"name": "eslint-config-import",
"version": "0.9.0",
"version": "0.9.1",
"description": "Sibling config package for eslint-plugin-import.",

@@ -5,0 +5,0 @@ "main": "index.js",

This package contains some pre-fabricated ESLint config files, intended for use
with [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import).
There are currently two configs provided:
The following stock configurations are provided:
- `import` (index): just the bare-bones rules that catch misspelled/missing names.
- `import/warnings`: the above, plus warnings for common mistakes.
- `import/es7-jsx`: `import` + parser settings for stage 1 ES7 syntax and JSX.
Both configure the plugin for you.
All configure the plugin for you. You may opt to combine the latter two for
maximum plugin goodness.
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