eslint-config-m4tt72

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-m4tt72

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

2.53 kB

Total Files

5

Last publish

Collaborators

  • m4tt72