1.6.0 • Published 4 years ago

@notarize/eslint-plugin-react-intl-ensure v1.6.0

Weekly downloads
409
License
MIT
Repository
github
Last release
4 years ago

Installation

npm i @notarize/eslint-plugin-react-intl-ensure --save-dev
# or
yarn add --dev @notarize/eslint-plugin-react-intl-ensure

Usage

Configure in your eslint config file:

{
  "plugins": ["@notarize/react-intl-ensure"],
  "rules": {
    "@notarize/react-intl-ensure/id-is-valid-uuid": "error"
  }
}

Rules

NameDescription
@notarize/react-intl-ensure/id-is-valid-uuidRequire that calls to defineMessages and FormattedMessage have UUID IDs. The --fix option will overwrite the ID with a UUID.
1.6.0

4 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago