Skip to content

Commit f5256ee

Browse files
jbleyleSFdiervo
authored andcommitted
Copy edit the readme (#8)
1 parent a8026c2 commit f5256ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @lwc/eslint-plugin-lwc
22

3-
> Official ESLint rules for LWC.
3+
> Official ESLint rules for Lightning Web Components (LWC).
44
55
## Installation
66

@@ -10,7 +10,7 @@ $ npm install eslint babel-eslint @lwc/eslint-plugin-lwc --save-dev
1010

1111
## Usage
1212

13-
Add `lwc` to the `plugins` section of your configuration. Then configure the desire rules in the `rules` sections. Some of the syntax used in LWC components are not yet stage 4 (eg. decorators), and the out of the box parser from ESLint doesn't support this syntax yet. In order to parse the LWC files properly it is required to set the `parser` field to `babel-eslint`.
13+
Add `lwc` to the `plugins` section of your configuration. Then configure the desired rules in the `rules` sections. Some of the syntax used in Lightning Web Components is not yet stage 4 (eg. decorators), and the out-of-the-box parser from ESLint doesn't support this syntax yet. In order to parse the LWC files properly, set the `parser` field to `babel-eslint`.
1414

1515
Example of `.eslintrc`:
1616

0 commit comments

Comments
 (0)