Skip to content

Commit f1c6789

Browse files
authored
Mention that .js files are linted as well (#1333)
1 parent 80b8983 commit f1c6789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebarDepth: 0
66

77
Official ESLint plugin for Vue.js.
88

9-
This plugin allows us to check the `<template>` and `<script>` of `.vue` files with ESLint.
9+
This plugin allows us to check the `<template>` and `<script>` of `.vue` files with ESLint, as well as Vue code in `.js` files.
1010

1111
- Finds syntax errors.
1212
- Finds the wrong use of [Vue.js Directives](https://v3.vuejs.org/api/directives.html).

0 commit comments

Comments
 (0)