0.1.1 • Published 4 years ago

eslint-config-navid v0.1.1

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

eslint config

This repo is a config for eslint and works with both JS and TS files. You can add it to your projects and it correct your code style.

How to install?

For installing the package and its dependencies run this:

npm install eslint-config-navid eslint prettier

Within your ESLint config file .eslintrc :

{
    "extends": "eslint-config-navid"
}

Alter your eslint command to include ts and tsx files:

npx eslint --ext .js,.jsx,.ts,.tsx ./

you can find the package in npm here.