eslint-config-alvstech

2.0.2 • Public • Published

eslint-config-alvstech

ALVS - Advanced Level Virtual Systems default eslint code pattern config for used technologies.

Usage

You can extended one of these configurations, depending on the project you are developing:

-- alvstech -- alvstech/typescript

PS.: If you are using alvstech/typescript config you will need to install some dependencies:

yarn add @typescript-eslint/eslint-plugin @typescript-eslint/parser

finally, install ALVS ESLint config

yarn eslint-config-alvstech

Setup

For setting up ALVS ESLint Config, just extend and tweak the config as you like in your package.json:

{
  "eslintConfig": {
    "root": true,
    "extends": "alvstech/SELECTED-ESLINT-CONFIG",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-alvstech

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

4.21 kB

Total Files

5

Last publish

Collaborators

  • gabealvss