1.1.1 • Published 6 months ago

@epreston/eslint-config v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

eslint-config

Shared ESLint Configuration for my projects.

NPM version License

Install

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

Usage

package.json

{
  "eslintConfig": {
    "root": true,
    "extends": "@epreston/eslint-config",
    "rules": {
      "no-console": "off"
    }
  }
}

Tools

ToolReference
ESLinthttps://eslint.org
Node.jshttps://nodejs.org
EditorConfighttps://editorconfig.org

References

WebsiteReference
Shareable Confighttps://eslint.org/docs/latest/extend/shareable-configs
Configure ESLinthttps://eslint.org/docs/latest/use/configure/
ESlint Ruleshttps://eslint.org/docs/rules/

License

This project is released under the MIT License.

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago