@brody4hire - C. Jonathan Brody
@brody4hire - C. Jonathan Brody
We can see from and the context I gave for #1116 that I encountered an issue between `@glimmer/syntax` and the TypeScript compiler. I had to add `@glimmer/reference` to `devDependencies` to...
It looks to me like Travis CI is no longer triggered. I would highly recommend you consider adding a GitHub action that does the `npm test`.
(and log the cleanup path)
note that this does **not** remove the trailing whitespace from the generated code as I reported in #96
If I would install this project as follows: ```sh npm i -g https://github.com/frostney/react-native-create-library ``` then try generating a library project as follows (with yarn installed this time): ```sh react-native-create-library --prefix...
Followup to #63 / #75: If I would install this project as follows: ```sh npm i -g https://github.com/frostney/react-native-create-library ``` then try generating a library project with `--generate-example` with no yarn...
- last line of README.md - extra blank lines after `peerDependencies` and `devDependencies` in `package.json`
__updated:__ ## Part 1 - Extra indenting of nested ternary expressions **What version of this package are you using?** 16.0.3 **What operating system, Node.js, and npm version?** macOS Big Sur...
Incorrect indenting of ternary with multi-line function calls with offsetTernaryExpressions: true
__updated:__ ## Part 1a: Regression **Tell us about your environment** * **ESLint Version:** `v7.19.0` * **Node Version:** `v14.15.4` * **npm Version:** `6.14.10` **What parser (default, `@babel/eslint-parser`, `@typescript-eslint/parser`, etc.) are you...
I discovered pretty recently that the `--lint` option is needed to enable some of the lint rules from `standard`. I would favor that this option is enabled by default, considering...