Socket
Socket
Sign inDemoInstall

eslint-config-inferno-app

Package Overview
Dependencies
279
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-inferno-app

ESLint configuration used by Create Inferno App


Version published
Weekly downloads
31
decreased by-18.42%
Maintainers
6
Install size
5.29 MB
Created
Weekly downloads
 

Readme

Source

eslint-config-infernoapp

This package includes the shareable ESLint configuration used by Create Inferno App.
Please refer to its documentation:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create Inferno App.

Usage in Create Inferno App Projects

The easiest way to use this configuration is with Create Inferno App, which includes it by default. You don’t need to install it separately in Create Inferno App projects.

Usage Outside of Create Inferno App

If you want to use this ESLint configuration in a project not built with Create Inferno App, you can install it with following steps.

First, install this package, ESLint and the necessary plugins.

npm install --save-dev eslint-config-react-app babel-eslint@9.x eslint@5.x eslint-plugin-flowtype@2.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x

Then create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": "babel-preset-inferno-app"
}

That's it! You can override the settings from eslint-config-inferno-app by editing the .eslintrc file. Learn more about configuring ESLint on the ESLint website.

FAQs

Last updated on 03 Dec 2018

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