0.0.7 • Published 7 years ago

eslint-config-zc v0.0.7

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

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago