I want to add an Eslint configuration which prevents the use of Date() as it conflicts with another feature used to change the time within the app. Instead, onl
Date()