瀏覽代碼

global tsconfig and .eslintrc

Mokhtar Naamani 4 年之前
父節點
當前提交
1a3bcbfa55
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 5 0
      .eslintrc.js
  2. 3 0
      tsconfig.json

+ 5 - 0
.eslintrc.js

@@ -0,0 +1,5 @@
+module.exports = {
+    extends: [
+        '@joystream/eslint-config'
+    ]
+}

+ 3 - 0
tsconfig.json

@@ -0,0 +1,3 @@
+{
+    "extends": "./node_modules/@joystream/tsconfig",
+}