Skip to content

Commit ff8f420

Browse files
committed
fix(index.js): push documentation
1 parent 16c269e commit ff8f420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ESLint + Prettier Config for React (Next.js)
22

3-
`@kitani/eslint-config`
3+
`@kitani/eslint-config `
44

55
> Shareable config for [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/), aimed primarily to be used in [Next.js](https://nextjs.org) React projects.
66

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
},
2727
settings: {
2828
react: {
29-
// Tells eslint-plugin-react to automatically detect the version of React to use
29+
// Tells eslint-plugin-react to automatically detect the version of React to use ...
3030
version: "detect",
3131
},
3232
"import/resolver": {

0 commit comments

Comments
 (0)