0.2.1 • Published 5 months ago

@adwise/eslint-plugin-adwise v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

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

ConfigUsed For
recommendedGeneral Web/JS development
typescriptTypescript projects
reactReact specific rules
vueVue specific rules