eslint-config-mercenary

3.32.13 • Public • Published

eslint-config-mercenary

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-mercenary

Weekly Downloads

2

Version

3.32.13

License

ISC

Unpacked Size

2.83 kB

Total Files

3

Last publish

Collaborators

  • justinsisley