1.0.3 • Published 3 years ago

@cbryant24/eslint-config v1.0.3

Weekly downloads
9
License
ISC
Repository
-
Last release
3 years ago

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"
  ]
}
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago