Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 30, 2024
1 parent 22d8fbb commit 89ce818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ textlint --rule eslint README.md
"eslint": {
// Required: path to .eslintrc file
"configFile": "path/to/.eslintrc",
// recognize lang of CodeBlock
// recognize lang of CodeBlock as JavaScript
"langs": ["js", "javascript", "node", "jsx"],
// Ignore ESLint parsing errors
"ignoreParsingErrors": true
Expand All @@ -117,7 +117,7 @@ See [Releases page](https://github.com/textlint-rule/textlint-rule-eslint/releas

Install devDependencies and Run `npm test`:

npm i -d && npm test
npm ci && npm test

## Contributing

Expand Down

0 comments on commit 89ce818

Please sign in to comment.