marcoXbresciani / TKCompanionApp

A short and small helper for Toyota Kata practitioners - If you're reading this here on GitHub, please note that main repository is now Codeberg: https://codeberg.org/marco.bresciani/TKCompanionApp
GNU General Public License v3.0
3 stars 1 forks source link

Add support for ts-standard #10

Closed marcoXbresciani closed 2 years ago

marcoXbresciani commented 2 years ago

Trying to add support for ts-standard is branch with same name. I'm having configuration issues and an error I can't solve. Running ts-standard from the command line, as per current ts-standard branch, I see this:

ts-standard: Unexpected linter output:

Failed to load plugin '@typescript-eslint' declared in '--config » eslint-config-standard-with-typescript': Class extends value undefined is not a constructor or null: TypeError: Failed 
js:12:34)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)

    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> ([........]\node_modules\@typescript-eslint\experimental-utils\dist\ts-eslint\index.js:14:14)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)

If you think this is a bug in `ts-standard`, open an issue: https://github.com/standard/ts-standard/issues

(I've only replaced the actual path with [........].)

Can't make it work. Ideas?