Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

ASafaeirad/eslint-config

Repository files navigation

@frontendmonster/eslint-config


⚠️WARN: this repo moved to https://github.com/fullstacksjs/eslint-config


my personal ESLint rules.

Installation

npm install --save-dev eslint @frontendmonster/eslint-config

Usage

Add the extends to your .eslintrc:

{
  "parserOptions": {
    "project": "<PATH_TO_TSCONFIG>"
  },
  "extends": ["@frontendmonster"],
}

That's all. Feel free to use 💛