@evanpurkhiser/eslint-config

0.20.0 • Public • Published

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'],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @evanpurkhiser/eslint-config

Weekly Downloads

32

Version

0.20.0

License

MIT

Unpacked Size

6.07 kB

Total Files

7

Last publish

Collaborators

  • evanpurkhiser