Skip to content

Commit

Permalink
Mention that .js files are linted as well (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flimm committed Dec 3, 2020
1 parent 80b8983 commit f1c6789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -6,7 +6,7 @@ sidebarDepth: 0

Official ESLint plugin for Vue.js.

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

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

0 comments on commit f1c6789

Please sign in to comment.