Joscha Feth
Joscha Feth
Obviously template literals have advantages in terms of interpolation, escaping and newline handling, however we want to encourage use of template literals only for strings that are making use of...
**Describe the bug** dprint-plugin-typescript version: 0.55.0 **Input Code** ```ts const earlyExit = !yesNo() // foo // bar // baz ; ``` **Expected Output** ```ts const earlyExit = !yesNo() // foo...
Not a bug but something to consider. I am not sure if this just needs to be handled manually, maybe? Example: ```ts // eslint-disable-next-line no-restricted-properties getNavigateToHelpTroubleshootingArticle = makeActionGetter(this.navigateToHelpTroubleshootingArticle.bind(this)); ``` formats...
Make the script pass default JSHint strict test
This sorts the assets in the list via their name.
Add option to de-duplicate rings that don't convey information. If you look at: https://aui-cdn.atlassian.com/atlaskit/pr/stats/e50623ba0ad8b839ba1ebce33cfd49d507823f01/ak-editor-toolbar-hyperlink/cjs.html You can see a few rings that only represent folders. Each folder only has one subfolder,...
A schema of: ```json { "type": "object", "properties": { "$schema": { "description": "The JSON schema reference.", "type": "string" }, }, "additionalProperties": { "type": "object" } } ``` resolves to: ```ts...
Fixes: `Error: get key failed from google` due to an outdated `google-tts-api` dependency.
I keep on getting: ``` Error: connect ECONNREFUSED 127.0.0.1:9515 at doRequestWith (/Users/joscha/Development/canva/web/node_modules/sync-request/index.js:87:11) at doRequest (/Users/joscha/Development/canva/web/node_modules/sync-request/index.js:20:10) at Connection.request (/Users/joscha/Development/canva/web/node_modules/cabbie-sync/lib/connection.js:154:52) at createSession (/Users/joscha/Development/canva/web/node_modules/cabbie-sync/lib/driver.js:385:24) at Driver (/Users/joscha/Development/canva/web/node_modules/cabbie-sync/lib/driver.js:201:20) at createCabbieDriver (/Users/joscha/Development/canva/web/node_modules/cabbie-sync/lib/index.js:221:29) at Object. (/Users/joscha/Development/canva/web/src/pages/editor/happy-path.js:9:16)...
fixes #10 closes #11 closes #12 enables test case for #13