Skip to content

Commit cb13a04

Browse files
committed
docs(eslint-config): update
1 parent da216c1 commit cb13a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/eslint-config/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ npm add -D @electron-toolkit/eslint-config
1717
Import `@electron-toolkit/eslint-config` and add it to the configuration array in your `eslint.config.js` file.
1818

1919
```js
20-
import eslintConfig from "@electron-toolkit/eslint-config";
20+
import eslintConfig from '@electron-toolkit/eslint-config'
2121

2222
export default [
2323
eslintConfig
2424
// Any other config
25-
];
25+
]
2626
```

0 commit comments

Comments
 (0)