Skip to content

Commit

Permalink
chore(eslint-config): update description
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Jul 24, 2023
1 parent 16c5e59 commit aec2f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @electron-toolkit/eslint-config

> Basic ESLint config for Electron.
> Basic ESLint config for Electron projects.
Requires `eslint >= 8.0.0`.

Expand All @@ -18,8 +18,6 @@ Add `@electron-toolkit/eslint-config` to the `extends` array in your `.eslintrc.

```js
module.exports = {
extends: [
"@electron-toolkit"
]
extends: ['@electron-toolkit']
}
```
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electron-toolkit/eslint-config",
"version": "1.0.0",
"description": "Basic ESLint config for Electron.",
"description": "Basic ESLint config for Electron projects.",
"main": "index.js",
"files": [
"index.js"
Expand Down

0 comments on commit aec2f70

Please sign in to comment.