James
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
James commented, -
-
James commented, -
James created a post, See which variables in a JavaScript object are unused?
Is there a way to easily see which variables in a JavaScript object are not being used? If I have a variable which is unused then it's greyed out, which is really helpful: let foo = 'bar' However ... -
James commented, -
James created a post, Prettier not working for Create React App with Typescript?
With a normal Create React App when I've added Prettier it's been easy to set up. Under Tools / File Watchers I add Pretter with the default settings. However when I start a Typescript project w...