Skip to content

Commit

Permalink
chore: prettier 2.8.6 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomarion authored Mar 23, 2023
1 parent 683c119 commit 6121282
Show file tree
Hide file tree
Showing 22 changed files with 110 additions and 318 deletions.
23 changes: 6 additions & 17 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
{
"include": [
"src/*.ts",
"src/**/*.ts"
],
"exclude": [
"src/*.d.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"json"
],
"include": ["src/*.ts", "src/**/*.ts"],
"exclude": ["src/*.d.ts"],
"extension": [".ts"],
"require": ["ts-node/register"],
"reporter": ["json"],
"sourceMap": true,
"all": true
}
}
17 changes: 9 additions & 8 deletions .yarn/releases/yarn-1.22.19.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26569,10 +26569,10 @@ and limitations under the License.
// Export to the global object.
root._ = _;
}
}.call(this));
}).call(this);

/* WEBPACK VAR INJECTION */
}.call(exports, __webpack_require__(163)(module)));
}).call(exports, __webpack_require__(163)(module));

/***/
},
Expand Down Expand Up @@ -34514,7 +34514,7 @@ and limitations under the License.
this.BigInteger = BigInteger;
this.SecureRandom = SecureRandom;
}
}.call(this));
}).call(this);

/***/
},
Expand Down Expand Up @@ -108895,7 +108895,8 @@ wercker.yml
lock,
Object.assign(
new Error(
lock.updateError || 'Unable to update lock within the stale \
lock.updateError ||
'Unable to update lock within the stale \
threshold',
),
{ code: 'ECOMPROMISED' },
Expand Down Expand Up @@ -109501,7 +109502,7 @@ threshold',
});

/* WEBPACK VAR INJECTION */
}.call(exports, __webpack_require__(163)(module)));
}).call(exports, __webpack_require__(163)(module));

/***/
},
Expand Down Expand Up @@ -118059,7 +118060,7 @@ threshold',

exports.default = start;
/* WEBPACK VAR INJECTION */
}.call(exports, __webpack_require__(163)(module)));
}).call(exports, __webpack_require__(163)(module));

/***/
},
Expand Down Expand Up @@ -152659,7 +152660,7 @@ empty list will be returned. A validation error will have two properties:
module.exports = baseClone;

/* WEBPACK VAR INJECTION */
}.call(exports, __webpack_require__(163)(module)));
}).call(exports, __webpack_require__(163)(module));

/***/
},
Expand Down Expand Up @@ -160085,7 +160086,7 @@ empty list will be returned. A validation error will have two properties:
};
loadTime = new Date().getTime();
}
}.call(this));
}).call(this);

//# sourceMappingURL=performance-now.js.map

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint-staged": "10.5.4",
"npm-package-json-lint": "5.1.0",
"nyc": "15.1.0",
"prettier": "2.6.2",
"prettier": "2.8.6",
"prettier-plugin-solidity": "1.0.0-beta.19",
"remap-istanbul": "0.13.0",
"typescript": "4.9.5"
Expand Down
21 changes: 5 additions & 16 deletions packages/advanced-logic/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/currency/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/data-access/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/data-format/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/epk-decryption/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/epk-signature/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/ethereum-storage/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/multi-format/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/payment-detection/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/payment-processor/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
21 changes: 5 additions & 16 deletions packages/request-client.js/.nycrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"extension": [
".ts"
],
"include": [
"src/*.ts",
"src/**/*.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"json",
"html"
],
"sourceMap":true,
"extension": [".ts"],
"include": ["src/*.ts", "src/**/*.ts"],
"require": ["ts-node/register"],
"reporter": ["text-summary", "json", "html"],
"sourceMap": true,
"all": true
}
Loading

0 comments on commit 6121282

Please sign in to comment.