0.0.7 • Published 8 years ago

eslint-config-zc v0.0.7

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

eslint-config-zc

An eslint config forked from sindresorhus/eslint-config-xo

config list

  • index.js
  • esnext.js
  • browser.js
  • windex.js
  • winext.js
  • winbrowser.js
  • nextcross.js

custom edit

  • change indent config from tab to 2 space
  • change semi config from always to never
  • add windent.js, winbrowser.js and winext.js for windows
  • change space-before-function-paren.named from never to always
  • change arrow-parents config from as-needed to always cause one arg
  • add nextcross.js same as esnext.js but disable linebreak-style
  • remove rules capitalized-comments cause code comments during debug
0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago