Browse Source

global tsconfig and .eslintrc

Mokhtar Naamani 4 years ago
parent
commit
1a3bcbfa55
2 changed files with 8 additions and 0 deletions
  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",
+}