Skip to content

msobas/eslint-plugin-date-timezone

Repository files navigation

eslint-plugin-date-timezone

This plugin allows to validate usage of Date to work appriopriatly with timezones

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-date-timezone:

$ npm install eslint-plugin-date-timezone --save-dev

Usage

Add date-timezone to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["date-timezone"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "date-timezone/no-date-from-string": 2
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published