-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: localize
test:types
dependencies in packages/store/types
- Loading branch information
Showing
5 changed files
with
1,225 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
We have `@definitelytyped/header-parser` resolved to version `0.0.93` because `dtslint` points to the `latest` version, which is `^0.2.2` and is not compatible with the API being used by `dtslint` (due to its deprecation). In the future, we will need to migrate to `tsd` instead. | ||
|
||
We have all of these dependencies installed separately from the root dependencies to avoid conflicts with different TypeScript versions and other dependencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"extends": "dtslint/dtslint.json", | ||
"rules": { | ||
"semicolon": false, | ||
"indent": [false, "tabs"], | ||
"no-useless-files": false, | ||
"eofline": false, | ||
"no-sparse-arrays": false, | ||
"no-unnecessary-class": false, | ||
"strict-comparisons": false, | ||
"prefer-while": false, | ||
"no-construct": false, | ||
"member-access": false, | ||
"no-object-literal-type-assertion": false, | ||
"interface-over-type-literal": false, | ||
"whitespace": [ | ||
false, | ||
"check-branch", | ||
"check-decl", | ||
"check-operator", | ||
"check-separator", | ||
"check-type" | ||
], | ||
"radix": false, | ||
"prefer-object-spread": false, | ||
"no-empty-interface": false, | ||
"no-unused-variable": false, | ||
"no-duplicate-variable": false, | ||
"function-constructor": false, | ||
"label-position": false, | ||
"no-eval": false, | ||
"interface-name": false, | ||
"prefer-switch": false, | ||
"no-misused-new": false, | ||
"prefer-const": false, | ||
"one-variable-per-declaration": false, | ||
"no-arg": false, | ||
"object-literal-key-quotes": false, | ||
"no-var-keyword": false | ||
} | ||
} |
Oops, something went wrong.