@yboyer/eslint-config-backend-node

0.0.23 • Public • Published

ESLint configuration

Use the rules in your project

  1. On your project :

    • Uninstall all the ESLint rules packages

    • npm uninstall prettier eslint

    • npm install @yboyer/eslint-config-backend-node

    • Add prettier line on the package.json

      "prettier": "@yboyer/eslint-config-backend-node/prettierrc.json"
  2. Replace the .eslintrc file by :

    {
       "extends": ["@yboyer/eslint-config-backend-node"],
       "rules": {}
    }

/@yboyer/eslint-config-backend-node/

    Package Sidebar

    Install

    npm i @yboyer/eslint-config-backend-node

    Weekly Downloads

    0

    Version

    0.0.23

    License

    MIT

    Unpacked Size

    4.96 kB

    Total Files

    4

    Last publish

    Collaborators

    • yboyer