Skip to content

Commit

Permalink
Revert "Maybe fixed some formatting idk"
Browse files Browse the repository at this point in the history
This reverts commit 066db13.
  • Loading branch information
DiefBell committed Aug 29, 2024
1 parent 066db13 commit 459343b
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,23 @@ Install with `npm/yarn/bun add --dev github:DiefBell/prefs`.
All dependencies should be installed automatically, but incase they arent:
```json
{
"devDependencies": {
"@stylistic/eslint-plugin": "2.7.1",
"@types/eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"eslint": "8.56.0",
"eslint-config-next": "14.2.7",
}
"devDependencies": {
"@stylistic/eslint-plugin": "2.7.1",
"@types/eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"eslint": "8.56.0",
"eslint-config-next": "14.2.7",
}
}
```

#### ESLint
Extend this in your `.eslintrc.cjs` with:
```json
{
"extends": [
"./node_modules/@dief/prefs/eslintrc/core.cjs"
]
"extends": [
"./node_modules/@dief/prefs/eslintrc/core.cjs"
]
}
```
There's also `react.cjs` and `next.cjs` if desired.

0 comments on commit 459343b

Please sign in to comment.