From 29da66b00c2e90c87ea26b36f48d0beb106d8bf9 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 13:25:28 +0900 Subject: [PATCH] no-tabs --- html/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index be35f938..34b7ec5a 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -61,7 +61,6 @@ module.exports = { 'no-param-reassign': 0, 'no-plusplus': 0, 'no-redeclare': 0, - 'no-tabs': 0, 'no-ternary': 0, 'no-underscore-dangle': 0, 'no-var': 0,