disallow the Date.now method
Date.now
plugin:es/no-new-in-es5
plugin:es/restrict-to-es3
This rule reports ES5 Date.now method as errors.
⛔ Examples of incorrect code for this rule:
← es/no-array-prototype-some es/no-json →