An eslint config forked from sindresorhus/eslint-config-xo
- index.js
- esnext.js
- browser.js
- windex.js
- winext.js
- winbrowser.js
- nextcross.js
- 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