0.0.7 • Published 9 years ago
eslint-config-zc v0.0.7
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
indentconfig fromtabto 2space - change
semiconfig fromalwaystonever - add
windent.js,winbrowser.jsandwinext.jsfor windows - change
space-before-function-paren.namedfromnevertoalways - change
arrow-parentsconfig fromas-neededtoalwayscause one arg - add
nextcross.jssame asesnext.jsbut disablelinebreak-style - remove rules
capitalized-commentscause code comments during debug