eslint-config-omichelsen

1.8.0 • Public • Published

eslint-config-omichelsen

My shared eslint and prettier config for personal projects.

Install

yarn add -D eslint-config-omichelsen

Add the config to your .eslintrc:

{
  "extends": "omichelsen"
}

For prettier plugins in VS Code you might have to add the following to your package.json:

{
  "prettier": "eslint-config-omichelsen/.prettierrc"
}

Usage

To run add the following to your package.json:

{
  "scripts": {
    "lint": "eslint src --ext .js,.ts,.tsx"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-omichelsen

Weekly Downloads

1

Version

1.8.0

License

MIT

Unpacked Size

5.46 kB

Total Files

11

Last publish

Collaborators

  • omichelsen