0.20.0 • Published 10 months ago

@evanpurkhiser/eslint-config v0.20.0

Weekly downloads
92
License
MIT
Repository
github
Last release
10 months ago

Evan Purkhiser's Personal JS code styles

publish NPM

These are my eslint configurations that I use across my various personal projects.

yarn install -D @evanpurkihser/eslint-config

Create a .eslintrc.js file with the contents:

module.exports = {
  extends: ['@evanpurkhiser'],
};

The default configuration is for React apps, but you can select from the following configurations

  • common - ES6 and Typescript rules
  • react - React specific rules

For example:

module.exports = {
  extends: ['@evanpurkhiser/eslint-config/common'],
};
0.20.0

10 months ago

0.19.0

10 months ago

0.14.0

10 months ago

0.15.0

10 months ago

0.16.0

10 months ago

0.17.0

10 months ago

0.18.0

10 months ago

0.13.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0-beta

4 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago