Jelajahi Sumber

update .eslintrc.js

Yuki Takei 3 tahun lalu
induk
melakukan
12e5caecf4
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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,
       {