Skip to content

Commit

Permalink
feat: migrate to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 31, 2019
1 parent 8972376 commit c01df36
Show file tree
Hide file tree
Showing 19 changed files with 4,051 additions and 8,015 deletions.
6 changes: 1 addition & 5 deletions plugins/memory/.babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"presets": [["env", {
"targets": {
"node": "6"
}
}], "flow"]
"presets": [["@verdaccio", {"typescript": true}]]
}
8 changes: 4 additions & 4 deletions plugins/memory/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"plugins": [
"flowtype",
"jest",
"prettier"
"prettier",
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"google",
"plugin:flowtype/recommended",
"plugin:jest/recommended",
"plugin:prettier/recommended"
],
"parser": "babel-eslint",
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 7,
Expand All @@ -27,6 +26,7 @@
},
"rules": {
"prettier/prettier": ["error", { "singleQuote": true }],
"@typescript-eslint/camelcase": 0,
"no-tabs": 0,
"keyword-spacing": 0,
"padded-blocks": 0,
Expand Down
11 changes: 0 additions & 11 deletions plugins/memory/.flowconfig

This file was deleted.

59 changes: 0 additions & 59 deletions plugins/memory/flow-typed/npm/http-errors_v1.x.x.js

This file was deleted.

Loading

0 comments on commit c01df36

Please sign in to comment.