sbmw

Results 5 comments of sbmw

Support for remembering playback position, i.e. for audiobooks etc

FYI I had the exact same issue until I noticed in the link from @jandauz that the recommended module type in tsconfig is es2015. I was using commonjs previously. After...

Just run: npm install --save babel-runtime @babel/runtime-corejs2

After a few partial work-around solutions, the winner for me is `yalc` instead of `pnpm link` ``` # Setup pnpm i -g yalc ## In the svelte package project yalc...

Also, if I manually include the rules from typescript-eslint within eslintrc, the rules are enforced in .vue files as expected. ``` { "env": { "browser": true, "es2021": true }, "extends":...