Skip to content

Commit

Permalink
chore: Remove legacy files and partial Integromat content.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Sep 18, 2021
1 parent 0400bee commit 473b167
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 4,102 deletions.
8 changes: 2 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"parserOptions": {
"ecmaVersion": 2019,
"sourceType": "module",
"project": [
"./tsconfig.json",
"./integromat/tsconfig.json",
"./samples/tsconfig.json"
]
"project": ["./tsconfig.json", "./samples/tsconfig.json"]
},
"ignorePatterns": [".eslintrc.js", "prettier.config.js"],
"rules": {
Expand All @@ -34,7 +30,7 @@
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-empty-interface": "warn",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-floating-promises": ["error"],
"@typescript-eslint/no-inferrable-types": "error",
Expand Down
46 changes: 0 additions & 46 deletions integromat/Integromat.ts

This file was deleted.

24 changes: 0 additions & 24 deletions integromat/json-to-interface.js

This file was deleted.

21 changes: 0 additions & 21 deletions integromat/tsconfig.json

This file was deleted.

Loading

0 comments on commit 473b167

Please sign in to comment.