Skip to content

Commit 7b42f90

Browse files
manovotnyjfmengels
authored andcommitted
Fixes xo typo in filename-case documentation. (#53)
Should be `unicorn` instead of `xo`.
1 parent 3641f15 commit 7b42f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/filename-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Enforces all linted files to have their names in a certain case style. Default i
3333
You can set the `case` option like this:
3434

3535
```js
36-
"xo/filename-case": ["error", {"case": "kebabCase"}]
36+
"unicorn/filename-case": ["error", {"case": "kebabCase"}]
3737
```

0 commit comments

Comments
 (0)