1.0.4 • Published 4 years ago

eslint-config-m4tt72 v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Custom ESLint Config

My personal config for ESLint and Prettier

Installation

  1. We need to install everything needed by the config:
npx install-peerdeps --dev eslint-config-m4tt72
  1. You can see in your package.json there are now a big list of devDependencies.

  2. 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": [
      "m4tt72"
    ]
}