AM0815
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How to prevent inspection error for optional chaining in JavaScript
Hi everyone, I'm currently struggling with the configuration of our TeamCity inspections. In our project we use optional chaining in JavaScript. - e.g. var a = myObject?.name; The TeamCity build fa...