1.3.0 • Published 2 years ago

eslint-config-woohm402 v1.3.0

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

eslint-config-woohm402

This is preferred woohm402's react + sass + css modules eslint setting.

NPM

https://www.npmjs.com/package/eslint-config-woohm402

Usage

Just install this package and peer dependencies:

# npm
npm install --save-dev eslint-config-woohm402

# yarn
yarn add -D eslint-config-woohm402

... and extend it.

// .eslintrc.js

module.exports = {
  ...
  extends: [
    ...
    'woohm402',
    ...
  ]
  ...
}
1.2.0

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago