Skip to content

Commit f6ee0ff

Browse files
committed
Fix typo in README.md regarding rules snapshot file extension
1 parent 842c9b1 commit f6ee0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To generate a new rules snapshot file:
4848
$ npx eslint --print-config index.js -c index.js > output.json
4949
```
5050

51-
Copy the rules from the output file into `test/rules-snapshot.js`
51+
Copy the rules from the output file into `test/rules-snapshot.json`
5252

5353
### Deployment
5454

0 commit comments

Comments
 (0)