@epreston/eslint-config

1.1.1 • Public • Published

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

Tool Reference
ESLint https://eslint.org
Node.js https://nodejs.org
EditorConfig https://editorconfig.org

References

Website Reference
Shareable Config https://eslint.org/docs/latest/extend/shareable-configs
Configure ESLint https://eslint.org/docs/latest/use/configure/
ESlint Rules https://eslint.org/docs/rules/

License

This project is released under the MIT License.

Package Sidebar

Install

npm i @epreston/eslint-config

Weekly Downloads

67

Version

1.1.1

License

MIT

Unpacked Size

4.2 kB

Total Files

4

Last publish

Collaborators

  • epreston