Skip to content

Commit 44a4bb8

Browse files
committed
Bump eslint config and remove unnecessary rules
1 parent 0a8f5b6 commit 44a4bb8

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.eslintrc.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,9 @@
2222
"@octetstream/eslint-config/esm/typescript"
2323
],
2424
"rules": {
25-
"no-use-before-define": 0,
26-
"no-plusplus": 0,
2725
// These two rules are false-positive and have no solution for TS
2826
"no-redeclare": 0,
2927
"no-dupe-class-members": 0,
30-
"lines-between-class-members": 0,
31-
32-
"import/no-extraneous-dependencies": ["error", {
33-
"devDependencies": ["**/*.test.ts"]
34-
}],
35-
"import/extensions": ["error", {"ts": "never"}]
28+
"lines-between-class-members": 0
3629
}
3730
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"author": "Nick K.",
3939
"license": "MIT",
4040
"devDependencies": {
41-
"@octetstream/eslint-config": "6.2.1",
41+
"@octetstream/eslint-config": "6.2.2",
4242
"@types/mime-types": "2.1.1",
4343
"@types/node": "17.0.42",
4444
"@typescript-eslint/eslint-plugin": "5.27.1",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)