Socket
Socket
Sign inDemoInstall

eslint-config-eta

Package Overview
Dependencies
0
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-eta

Emerging Technology Advisors eslint config


Version published
Maintainers
6
Created

Readme

Source

eslint-config-eta

Emerging Technology Advisors ESLint Configuration

This is the sharable ESLint config used in ETA projects.

Usage

Default

The default ESLint configuration lints for ES5.

Install the default configuration package and eslint dependency:

npm i -S -D eslint-config-eta eslint

Add the config to a .eslintrc.json file using the ESLint extends attribute:

{
  "extends": "eta"
}

ES6

The ES6 ESLint configuration lints for ES6.

Install the default configuration package and eslint dependency:

npm i -S -D eslint-config-eta eslint

Add the config to a .eslintrc.json file using the ESLint extends attribute:

{
  "extends": "eta/es6"
}

React.js

The React.js eslint configuration lints for both ES6 and React.js.

Install the React.js configuration package and eslint dependency:

npm i -S -D eslint-config-eta eslint-plugin-react eslint-plugin-babel eslint

Add the config to a .eslintrc.json file using the ESLint extends attribute:

{
  "extends": "eta/react"
}

License

MIT

Keywords

FAQs

Last updated on 03 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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