eslint-plugin-date-timezone

1.1.0 • Public • Published

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
  }
}

Package Sidebar

Install

npm i eslint-plugin-date-timezone

Weekly Downloads

1

Version

1.1.0

License

GPL-3.0

Unpacked Size

40.9 kB

Total Files

7

Last publish

Collaborators

  • msobas