eslint-config-mrdgh2821

2.1.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-mrdgh2821

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

3.92 kB

Total Files

5

Last publish

Collaborators

  • mrdgh2821