1.3.12 • Published 7 months ago

eslint-plugin-eh-to-zee-converter v1.3.12

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Eh to Zee Converter

npm

This is a custom eslint plugin that adds rules to check and convert Canadian English to American English and vice versa! It's published to NPM for the public to download and use.

Installation

You'll first need to install ESLint if you haven't done so already:

npm install eslint --save-dev

Next, install eh-to-zee-converter:

npm install --save-dev eslint-plugin-eh-to-zee-converter

Usage

Add eh-to-zee-converter to the plugins section of your .eslintrc file and eh-to-zee-converter/canadian-to-american OR eh-to-zee-converter/american-to-canadian to the list of rules. The eslint-plugin- prefix is optional:

{
  "plugins": ["eh-to-zee-converter"],
  "rules": {
    "eh-to-zee-converter/canadian-to-american": "error"
  }
}

If you want to modify or add more rules in the src, make sure to build the dist folder with the following command:

tsc

Publishing

npm publish --access public
1.3.12

7 months ago

1.3.11

7 months ago

1.3.10

7 months ago

1.3.9

7 months ago

1.3.8

7 months ago

1.3.7

7 months ago

1.3.6

7 months ago

1.3.5

7 months ago

1.3.4

7 months ago

1.3.3

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.4

7 months ago

1.2.3

7 months ago

1.2.2

7 months ago

1.2.1

7 months ago

1.2.0

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago