Traxo

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
-
-
Traxo created a post, AnsweredHow to prevent auto-formatting vue-loader's deep selectors?
When reformatting code in `.vue` files, vue-loaders deep selectors `>>>` get spacing between them like so: `> > >`, which in effect breaks their functionality. Is there any way to prevent it from h... -
Traxo created a post, How to make PhpStorm reflect TypeScript tsconfig.json in .vue files?
I'm using Vue.js (webpack + vueify) and TypeScript. ts configuration seems to be working but only with `.ts` files. For example in `tsconfig.json` I have "compilerOptions": { "strictNullChec...