eslint-config-zc
v0.0.7
Published
an eslint config for zcong1993 forked from eslint-config-xo
Downloads
9
Maintainers
Readme
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 fromtab
to 2space
- change
semi
config fromalways
tonever
- add
windent.js
,winbrowser.js
andwinext.js
for windows - change
space-before-function-paren.named
fromnever
toalways
- change
arrow-parents
config fromas-needed
toalways
cause one arg - add
nextcross.js
same asesnext.js
but disablelinebreak-style
- remove rules
capitalized-comments
cause code comments during debug