@dylanarmstrong/eslint-config

0.6.2 • Public • Published

@dylanarmstrong/eslint-config

Installation

Install with npm (or yarn / pnpm):

npm i @dylanarmstrong/eslint-config --save-dev

Then create an .eslintrc file in your project directory:

{
  "extends": "@dylanarmstrong"
}

Configuring

Adjust your .eslintrc file as necessary by adding rules:

{
  "extends": "@dylanarmstrong",
  "rules": {
    "no-tabs": "off"
  }
}

Goal of this Project

All encompassing eslint rules that can be placed on any project and have this plugin automatically adjust to the type of project.

Secondary goal is to avoid using any recommended rule sets.

Readme

Keywords

Package Sidebar

Install

npm i @dylanarmstrong/eslint-config

Weekly Downloads

11

Version

0.6.2

License

ISC

Unpacked Size

27.6 kB

Total Files

16

Last publish

Collaborators

  • dylanarmstrong