From 877f6175dac7cc033331f3af4744bc20956daa89 Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Sun, 19 Jan 2025 23:47:10 -0600 Subject: [PATCH] remove deprecated rule --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3a92d24..db5c942 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,7 +15,6 @@ module.exports = { // Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs // e.g. "@typescript-eslint/explicit-function-return-type": "off", indent: "off", - "@typescript-eslint/indent": ["error", 2], "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-function-return-type": "off",