فهرست منبع

update .eslintrc.js

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,
       {