1.1.1 • Published 3 years ago

eslint-config-tannersatch v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm

Preferred Settings for ESLint and Prettier

These are my preferred settings for ESLint and Prettier.

Before you get too impressed, know that the majority of this work was done by the one and only @wesbos

To see his original project without my tweaks, check out eslint-config-wesbos

Installation

Install my-project with npm at root level in your project

npx install-peerdeps --dev eslint-config-tannersatch

Extend your eslint config in your package.json file

"eslintConfig": {
  "extends": [
    "tannersatch"
  ]
},

For more installation information and tips, check out eslint-config-wesbos

1.1.1

3 years ago

1.1.0

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago