@cbryant24/eslint-config

1.0.3 • Public • Published

Eslint and Prettier Setup

Run the following command to install and install peerDependencies as devDependencies for the current project

npx install-peerdeps --dev @cbryant24/eslint-config

Create a .eslintrc file in the root of your project's directory (it should live where package.json does). Your .eslintrc file should look like this:

{
  "extends": [
    "@cbryant24/eslint-config"
  ]
}

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i @cbryant24/eslint-config

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    2.36 kB

    Total Files

    4

    Last publish

    Collaborators

    • cbryant24