Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint for MEST team

This is the eslint configuration used by Organization MEST.

Usage

JavaScript

  1. Install: yarn add @mest-fe/eslint-config -D
  2. Add the following code to the in-configuration file (.eslintrc):
{ "extends": "@mest-fe/eslint-config" }

TypeScript

  1. Install: yarn add @mest-fe/eslint-config-ts -D
  2. Adding configuration to the .eslintrc file:
{
  "extends": ["@mest-fe/eslint-config-ts"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

React

  1. Install: yarn add @mest-fe/eslint-config-ts @mest-fe/eslint-config-react -D
  2. Add the following code to the in-configuration file (.eslintrc):
{
  "extends": ["@mest-fe/eslint-config-ts", "@mest-fe/eslint-config-react"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages