eslint-config-zc

0.0.7 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-zc

Weekly Downloads

1

Version

0.0.7

License

MIT

Last publish

Collaborators

  • zcong