Explorar o código

update .eslintrc.js

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
12e5caecf4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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,
       {