Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 660 Bytes

readme.md

File metadata and controls

21 lines (18 loc) · 660 Bytes

Adwise Eslint Plugin / Configuration

This is the Eslint configuration used by Adwise internally

Installing

  1. Execute either npm i -d @adwise/eslint-plugin-adwise or yarn install -D @adwise/eslint-plugin-adwise
  2. Create or add the following to your .eslintrc file:
{
    "extends": ["plugin:@adwise/adwise/recommended"],
    "rules": {}
}    

Configs

Config Used For
recommended General Web/JS development
typescript Typescript projects
react React specific rules
vue Vue specific rules