Mark Volkmann
Mark Volkmann
https://www.npmjs.com/package/@typescript-eslint/eslint-plugin#supported-rules
Supposedly version 0.4.1 of safe-eval fixes this. Could you test this with that version and push a new version of google-translate-api if it works? This is causing scary warnings every...
Thanks Ryan! Most likely I will accept this pull request. I'm wondering though if you can help me with my lack of experience in dealing with GitHub pull requests. Is...
Okay. Another option would be for you to temporarily post your version of the article somewhere so I can look at it before accepting the pull request. On Sun, Sep...
I am using Deno 1.5.4 with the latest version of Cotton imported with https://deno.land/x/cotton/mod.ts. Here is my simple test case: ```ts import { Column, connect, DataType, Model, Primary, } from...
Every JavaScript survey I've ever seen shows that most developers prefer single quotes for literal strings.
Yes. See https://prettier.io/docs/en/options.html#quotes.
@dandonahoe I've never seen the approach you are using where reading your .prettierrc file inside your .eslintrc file. I thought it was enough for the .prettierrc file to be present....
I wonder why the IDE can't get the Prettier settings from .prettierrc. I use VS Code and it does that. On Thu, Mar 7, 2019 at 8:14 AM Dan Donahoe...
I tried to find survey results on this and struck out. The closest I could find is this: https://2ality.com/2012/09/javascript-quotes.html --- R. Mark Volkmann Object Computing, Inc.