1.0.1 • Published 10 years ago

eslint-config-sugarshin v1.0.1

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

eslint-config-sugarshin

Build Status GitHub version License

My ESLint shareable config

Getting started

npm i -D eslint-config-sugarshin

Usage

Standard (ES6)

npm i -D eslint-config-sugarshin babel-eslint eslint-plugin-babel eslint

add extends: 'sugarshin' to .eslintrc

ES6 + React

npm i -D eslint-config-sugarshin babel-eslint eslint-plugin-babel eslint-plugin-react eslint

add extends: 'sugarshin/react' to .eslintrc

Legacy

less than ES6

npm i -D eslint-config-sugarshin eslint

add extends: 'sugarshin/base' to .eslintrc

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

© sugarshin

1.0.1

10 years ago

1.0.0

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago