Skip to content

Commit 89ce818

Browse files
committed
update README
1 parent 22d8fbb commit 89ce818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ textlint --rule eslint README.md
9292
"eslint": {
9393
// Required: path to .eslintrc file
9494
"configFile": "path/to/.eslintrc",
95-
// recognize lang of CodeBlock
95+
// recognize lang of CodeBlock as JavaScript
9696
"langs": ["js", "javascript", "node", "jsx"],
9797
// Ignore ESLint parsing errors
9898
"ignoreParsingErrors": true
@@ -117,7 +117,7 @@ See [Releases page](https://github.com/textlint-rule/textlint-rule-eslint/releas
117117

118118
Install devDependencies and Run `npm test`:
119119

120-
npm i -d && npm test
120+
npm ci && npm test
121121

122122
## Contributing
123123

0 commit comments

Comments
 (0)