Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 75353c9

Browse files
committed
Remove pretteier from eslint
When having eslint in your ide a red wall of errors because of formatting errors are really disturbing. This also applies to PRs with automatic linting. So we disable it and formatting gets fixed through the commit hook anyway.
1 parent ea5f6f2 commit 75353c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ module.exports = {
77
extends: [
88
"eslint:recommended",
99
"plugin:@typescript-eslint/recommended",
10-
"prettier/@typescript-eslint",
11-
"plugin:prettier/recommended",
1210
],
1311
// Don't traverse fs up to root.
1412
// This caused problems when nodecg-io was cloned into a NodeCG installation as it then

0 commit comments

Comments
 (0)