Yuki Takei пре 3 година
родитељ
комит
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,
       {