Yuki Takei 3 лет назад
Родитель
Сommit
12e5caecf4
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      apps/slackbot-proxy/.eslintrc.js

+ 2 - 1
apps/slackbot-proxy/.eslintrc.js

@@ -6,7 +6,8 @@ module.exports = {
   settings: {
   },
   rules: {
-    indent: [
+    indent: 'off',
+    '@typescript-eslint/indent': [
       'error',
       2,
       {