Mansa ESLint Configuration
This repository contains the ESLint configuration for projects at Mansa
Installation
npm i -D @mansagroup/eslint-config
Usage
Add some ESLint config to your .eslintrc.json
, for example if you are working on backend services:
{
"extends": ["@mansagroup/eslint-config/backend"],
}
Extensions
- In VSCode you can select
View > Extensions
to view the extensions sidebar and search in marketplace.
Testing
- git clone this project
- Use
npm pack
- Run
npm i yourtargz.tgz
inside the project you wanna test
Contributing
Pull Request Process
If you want to submit a PR, please follow these simple steps:
- Add some informations in the PR description about the proposed changes listing.
- Following testing & approval, we will merge the PR, create a release and publish it to NPM.