1.1.1 • Published 5 months ago

eslint-plugin-sentences v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

eslint-plugin-sentences

Prohibit words, sentences in code & comments.

Installation

Install ESLint either locally or globally.

npm install --save-dev eslint
npm install --save-dev eslint-plugin-sentences

Configuration via .eslintrc

{
    "plugins": [
        "sentences"
    ],
    "rules": {
        "sentences/no-sentences": [`error`, [
            { sentence: 'prohibit sentence', message: 'custom message to show' }
        ]]
    }
}
1.1.1

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago