Skip to content

Commit ea4a943

Browse files
committed
Docs: tweak description.
1 parent 0a7e066 commit ea4a943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Coverage Status](https://codecov.io/gh/mysticatea/vue-eslint-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/vue-eslint-parser)
77
[![Dependency Status](https://david-dm.org/mysticatea/vue-eslint-parser.svg)](https://david-dm.org/mysticatea/vue-eslint-parser)
88

9-
The ESLint custom parser of `.vue` file.
9+
The ESLint custom parser for `.vue` files.
1010

1111
ESLint supports autofix on custom parsers but does not support autofix on plugins which have processors ([eslint/eslint#7510](https://github.com/eslint/eslint/issues/7510)). The motivation of this custom parser is that it supports autofix on `.vue` files.
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-eslint-parser",
33
"version": "0.0.0",
4-
"description": "The ESLint custom parser of `.vue` file.",
4+
"description": "The ESLint custom parser for `.vue` files.",
55
"engines": {
66
"node": ">=4"
77
},

0 commit comments

Comments
 (0)