1.1.2 • Published 12 months ago

@monedata/eslint-config v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

k# @monedata/eslint-config

npm version

This package provides Monedata's JS ESLint rules as an extensible shared configuration.

Requirements

  • node: >= 12
  • npm: >= 5

Installation

  1. Install the dependency with the following command (which will also install peer dependencies):

    npx install-peerdeps --dev @monedata/eslint-config
  2. Add the following line in your .eslintrc file:

    "extends": "@monedata/eslint-config"