Skip to content

Commit 6f18f9c

Browse files
authored
Update README.md
1 parent db3d9ba commit 6f18f9c

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
@@ -93,8 +93,8 @@ textlint --rule eslint README.md
9393
{
9494
"rules": {
9595
"eslint": {
96-
// Required: path to .eslintrc file
97-
"configFile": "path/to/.eslintrc",
96+
// Required: path to eslint.config file
97+
"configFile": "./path/to/eslint.config.mjs",
9898
// recognize lang of CodeBlock as JavaScript
9999
"langs": ["js", "javascript", "node", "jsx"],
100100
// Ignore ESLint parsing errors

0 commit comments

Comments
 (0)