Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 613 Bytes

eslint.md

File metadata and controls

15 lines (10 loc) · 613 Bytes

ESLint

The default eslint config is eslint-config-egoist-vue, but you can change it to anything you want in .eslintrc:

{
  // for example, change to:
  "extends": "standard"
}

eslint-config-egoist-vue is based on eslint-config-xo, see here for why I didn't choose eslint-config-standard as the default option.

For eslint-config-vue, I think it's similar to eslint-config-standard.