ESLint Plugin



NPM Version


Downloads


Build Status


Coverage Status


Dependency Status

If you’re using ESLint, you can install a
plugin that
will help you identify places in your codebase where you don’t (may not) need Moment.js.

Install the plugin…

  1. npm install --save-dev eslint-plugin-you-dont-need-momentjs

…then update your config

  1. "extends" : ["plugin:you-dont-need-momentjs/recommended"],