2.1.0 • Published 2 years ago

eslint-config-mrdgh2821 v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-mrdgh2821

ESLint config for use in MRDGH2821's projects

v1.1.0 Inspired by Discord JS ESLint Rules

v2.0 enables all rules of ESLint with few rules having overrides. So if there is any unneeded rule, please modify in the config file.

Install

Install using this command.

npm i eslint-config-mrdgh2821 --save-dev

Usage

To use this config, create an eslint config file and add/edit the following line:

{
  "extends": [
    "eslint-config-mrdgh2821",
    ... //rest of your configs
  ]
}

Or follow this