Socket
Socket
Sign inDemoInstall

eslint-config-frack

Package Overview
Dependencies
304
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-frack

ESLint configuration used by Front-end Dev Stack


Version published
Weekly downloads
9
decreased by-75.68%
Maintainers
2
Install size
12.2 MB
Created
Weekly downloads
 

Readme

Source

ESLint config Frack

This package includes the shareable ESLint configuration used by Front-end Dev Stack.

Usage in Front-end Dev Stack Projects

The easiest way to use this configuration is with Front-end Dev Stack, which includes it by default. You don't need to install it separately in Front-end Dev Stack projects.

Usage

If you want to use this ESLint configuration in a project not built with Front-end Dev Stack, you can install it with following steps.

First, install this package.

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

{
    "extends": "frack"
  }

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

Keywords

FAQs

Last updated on 27 Nov 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