1.0.3 • Published 4 years ago

eslint-config-payping v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-config-payping

eslint config for payping. this package needs eslint and prettier packages to be installed

Usage

Install:

$ yarn add --dev eslint-config-payping eslint prettier

Add .eslintrc.json file to the root of the project with the following contents:

{
  "extends": [ "payping" ]
}

In order to ignore other installed packages in your project you should ignore them in .eslintignore file in the root of your project with the following content:

/**/node_modules/*