0.0.1 • Published 2 years ago

@mansagroup/eslint-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

  1. git clone this project
  2. Use npm pack
  3. 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: 1. Add some informations in the PR description about the proposed changes listing. 2. Following testing & approval, we will merge the PR, create a release and publish it to NPM.

Helpful links

Eslint shareable configuration