eslint-config-impact-market

2.3.2 • Public • Published

eslint-config-impact-market

impactMarket ESLint config

Covers

  • React
  • Node
  • Typescript

Installation

add eslint-config-impact-market to your package.json

Usage

Create an .eslintrc.js file with the following:

module.exports = {
    extends: ['impact-market/node', 'prettier'],
};

Add the following script to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

and run the linter with:

$ yarn lint

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-impact-market

Weekly Downloads

21

Version

2.3.2

License

Apache-2.0

Unpacked Size

11.6 kB

Total Files

10

Last publish

Collaborators

  • impact-market-admin