epreston / eslint-config

📦 Shared ESLint config for my projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

📦 Shared ESLint config for my projects.

License:MIT License


Languages

Language:JavaScript 100.0%