0.0.2 • Published 1 year ago

@hacktiv8id/eslint-config-base v0.0.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Hacktiv8 Base ESlint config

Installation

To get started, we should install few packages

npm install prettier eslint @hacktiv8id/eslint-config-base -D

PS: when you install @hacktiv8id/eslint-config-base it will create an .eslintrc.json if not exists on your project.

Run

Try the linter

npx eslint .

Format your code with Prettier

npx eslint . --fix