Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 231 Bytes

File metadata and controls

10 lines (8 loc) · 231 Bytes

ESLint

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

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