Socket
Book a DemoInstallSign in
Socket

eslint-config-eta

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

eslint-config-eta

Emerging Technology Advisors eslint config

1.0.0
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
6
Weekly downloads
 
Created
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

eslint

FAQs

Package last updated on 03 Sep 2017

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.