瀏覽代碼

remove eslint file

Yuken Tezuka 3 年之前
父節點
當前提交
13768237b9
共有 1 個文件被更改,包括 0 次插入18 次删除
  1. 0 18
      packages/hackmd/.eslintrc.js

+ 0 - 18
packages/hackmd/.eslintrc.js

@@ -1,18 +0,0 @@
-module.exports = {
-  extends: [
-    'weseek/react',
-    'weseek/typescript',
-  ],
-  env: {
-  },
-  globals: {
-  },
-  settings: {
-    // resolve path aliases by eslint-import-resolver-typescript
-    'import/resolver': {
-      typescript: {},
-    },
-  },
-  rules: {
-  },
-};