Socket
Socket
Sign inDemoInstall

eslint-config-mercenary

Package Overview
Dependencies
6
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-mercenary

ESLint configuration used by mercenary


Version published
Weekly downloads
65
increased by3150%
Maintainers
1
Install size
9.28 MB
Created
Weekly downloads
 

Readme

Source

eslint-config-mercenary

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

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

Usage in Mercenary Projects

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

Usage Outside of Mercenary

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

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

npm install --save-dev eslint-config-mercenary babel-eslint@7.0.0 eslint@3.8.1 eslint-plugin-import@2.0.1 eslint-plugin-jsx-a11y@2.2.3 eslint-plugin-react@6.4.1

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

{
  "extends": "mercenary"
}

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

FAQs

Last updated on 07 Sep 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