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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Please also make sure that you have `typescript` and `eslint` installed.
26
26
27
27
Because of the complexity of this config, it is exported as a factory function that takes an options object and returns an ESLint configuration object.
28
28
29
-
### Minimal setup
29
+
### Minimal Setup
30
30
31
31
```js
32
32
// eslint.config.mjs
@@ -43,7 +43,7 @@ The above configuration enables [the essential rules for Vue 3](https://eslint.v
43
43
44
44
All the `<script>` blocks in `.vue` files *MUST* be written in TypeScript (should be either `<script setup lang="ts">` or `<script lang="ts">`).
0 commit comments