einSelbst
einSelbst
@nwalters512
Very interesting. Some of the things described are also common for HSPs (Highly sensitive people). https://hsperson.com/about-high-sensitivity-autism-and-neurodiversity/
I don't know anything about it but I had read something about eslint & AST and how to extend it in the [typescript-eslint repo](https://typescript-eslint.io/custom-rules#ast-extensions)
pnpm anyone?
if you don't care about the paths in particular you could follow the setup in this (not mine) example repo https://github.com/felipeplets/esm-examples Have a look at the linked stackoverflow answer too....
@andriichern there is also https://www.npmjs.com/package/@swc-node/core which seems to support paths but I haven't used it myself. Don't know anything about VSCode support or handling of mts files tough.
When setting `parserOptions.project` for typescript in the eslint config I also have the problem that prettier-standard seem to have issues picking up the config. ``` Error: Error while loading rule...
@HoraceShmorace this library doesn't seem to be maintained anymore
Error: "prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0
I'm having the same problem but this project seems unmaintained, no updates for more than a year unfortunately.
Would it be possible to base this feature on the RAD variable **config.api_name** if this would be specifically set in a way like this: ``` ruby config.define_group :v1 do |config|...