From a635e4cd30a8aa10c565dff7810079a73049d02c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 14 Apr 2022 17:33:32 -0400 Subject: [PATCH] gtfo --- .eslintrc.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index a4242d52..7e4ff01a 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -74,7 +74,6 @@ module.exports = { '@typescript-eslint/non-nullable-type-assertion-style': 'warn', '@typescript-eslint/prefer-for-of': 'warn', '@typescript-eslint/prefer-optional-chain': 'warn', - '@typescript-eslint/prefer-readonly': 'warn', '@typescript-eslint/prefer-ts-expect-error': 'warn', '@typescript-eslint/prefer-return-this-type': 'error', '@typescript-eslint/prefer-string-starts-ends-with': 'warn',