Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Dec 30, 2024
1 parent db3d9ba commit 6f18f9c
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 @@ -93,8 +93,8 @@ textlint --rule eslint README.md
{
"rules": {
"eslint": {
// Required: path to .eslintrc file
"configFile": "path/to/.eslintrc",
// Required: path to eslint.config file
"configFile": "./path/to/eslint.config.mjs",
// recognize lang of CodeBlock as JavaScript
"langs": ["js", "javascript", "node", "jsx"],
// Ignore ESLint parsing errors
Expand Down

0 comments on commit 6f18f9c

Please sign in to comment.