Skip to content

Commit

Permalink
Merge branch 'release/v0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelBinpar committed May 26, 2020
2 parents 022d4c1 + 41d8b3a commit 96610eb
Show file tree
Hide file tree
Showing 34 changed files with 2,477 additions and 11,969 deletions.
22 changes: 20 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@
"no-plusplus": "off",
"no-underscore-dangle": "off",
"import/extensions": "off",
"@typescript-eslint/naming-convention": [
"error",
{
"selector": "default",
"format": ["camelCase"]
},
{
"selector": "variable",
"format": ["camelCase", "UPPER_CASE"]
},
{
"selector": "parameter",
"format": ["camelCase"],
"leadingUnderscore": "allow"
},
{
"selector": "typeLike",
"format": ["PascalCase"]
}
],
"@typescript-eslint/explicit-member-accessibility": [
"error",
{ "overrides": { "constructors": "no-public" } }
Expand All @@ -50,8 +70,6 @@
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/ban-types": "error",
"@typescript-eslint/camelcase": "error",
"@typescript-eslint/class-name-casing": "error",
"@typescript-eslint/consistent-type-definitions": "error",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/member-delimiter-style": "error",
Expand Down
6 changes: 3 additions & 3 deletions docs/jsdocs/ProcessInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>ProcessInfo</h2>
<p class="tag-source">
<a href="model_watcher.ts.html" class="button">View Source</a>
<span>
<a href="model_watcher.ts.html">model/watcher.ts</a>, <a href="model_watcher.ts.html#line45">line 45</a>
<a href="model_watcher.ts.html">model/watcher.ts</a>, <a href="model_watcher.ts.html#line63">line 63</a>
</span>
</p>

Expand Down Expand Up @@ -238,7 +238,7 @@ <h4 class="name" id="targetPath">
<p class="tag-source">
<a href="model_watcher.ts.html" class="button">View Source</a>
<span>
<a href="model_watcher.ts.html">model/watcher.ts</a>, <a href="model_watcher.ts.html#line55">line 55</a>
<a href="model_watcher.ts.html">model/watcher.ts</a>, <a href="model_watcher.ts.html#line73">line 73</a>
</span>
</p>

Expand Down Expand Up @@ -327,7 +327,7 @@ <h4 class="name" id="type">
<p class="tag-source">
<a href="model_watcher.ts.html" class="button">View Source</a>
<span>
<a href="model_watcher.ts.html">model/watcher.ts</a>, <a href="model_watcher.ts.html#line49">line 49</a>
<a href="model_watcher.ts.html">model/watcher.ts</a>, <a href="model_watcher.ts.html#line67">line 67</a>
</span>
</p>

Expand Down
Loading

0 comments on commit 96610eb

Please sign in to comment.