소스 검색

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",
+}