1.3.0 • Published 3 years ago

eslint-config-woohm402 v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

1.0.0

3 years ago