1.0.0 • Published 2 years ago

@isarlend/lint v1.0.0

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

Fulfin lint

Is a set of configurations for typescript, eslint and prettier which should be used in all our projects.

Setup

npm install @fulfin/lint -D

In .eslintrc.* extend configuration with @fulfin/lint:

extends: ["@fulfin/lint"]

In package.json just add line for prettier;

"prettier": "@fulfin/lint/prettier"