Skip to content

Commit

Permalink
chore(deps): Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Dec 26, 2023
1 parent 6da7966 commit b08a952
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 74 deletions.
4 changes: 0 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
*.js
/lib

# TODO: Remove this later
tsup.config.ts
17 changes: 3 additions & 14 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"root": true,
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": [
"@octetstream/eslint-config/esm/typescript"
],
"rules": {
// These 4 rules are false-positive and have no solution for TS
"no-redeclare": 0,
"no-dupe-class-members": 0,
"lines-between-class-members": 0,
"default-param-last": 0,
"react/jsx-filename-extension": 0
}
"@octetstream/eslint-config/typescript/esm",
"@octetstream/eslint-config/typescript/ava"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@octetstream/eslint-config": "7.2.1",
"@octetstream/eslint-config": "8.0.2",
"@types/node": "20.8.8",
"@types/sinon": "10.0.20",
"@typescript-eslint/eslint-plugin": "6.9.0",
Expand Down
Loading

0 comments on commit b08a952

Please sign in to comment.