You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default eslint config is [eslint-config-vue](https://github.com/vuejs/eslint-config-vue), but you can change it to anything you want in `.eslintrc`:
4
-
5
-
```js
6
-
{
7
-
// for example, change to:
8
-
"extends":"standard"
9
-
}
10
-
```
3
+
The default eslint config is [eslint-config-vue](https://github.com/vuejs/eslint-config-vue), but you can change it to anything you want in `.eslintrc`.
0 commit comments