Browse Source

Remove eslint curly rule

Matt Rubens 1 year ago
parent
commit
891214f363
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .eslintrc.json

+ 0 - 1
.eslintrc.json

@@ -15,7 +15,6 @@
 			}
 		],
 		"@typescript-eslint/semi": "off",
-		"curly": "warn",
 		"eqeqeq": "warn",
 		"no-throw-literal": "warn",
 		"semi": "off",