Marijana Rukavina
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Intellisence support for Mocha and Typescript/Javacript
I have following code: import { Shop, VoucherTestData } from '../types/types';import voucherActions from '../actions/common/voucher-actions';import { CheckoutActionsCats } from '../actions/cats/... -
Created While using Prettier, IntelliJ IDEA keeps removing space between the function and parentheses
I uses Prettier. IntelliJ IDEA does the following: Having this code: describe('My test', function () {}); After reformatting the file it keeps removing the space between function and parentheses so...