1.0.4 • Published 3 years ago

eslint-plugin-yen-symbol-check v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

eslint-plugin-synlint

In the Vue project, eslint prompts to verify whether the Yen symbol ¥ is used

Notice Change the rule to skip the attribute verification prompt of this

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-yen-symbol-check:

npm install eslint-plugin-yen-symbol-check --save-dev

Usage

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

{
    "plugins": [
        "yen-symbol-check"
    ]
}

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

{
    "rules": {
        "yen-symbol-check/yen-symbol-check": 2
    }
}

Supported Rules

  • Fill in provided rules here

test

npm i && npm link && npm link eslint-plugin-yen-symbol-check && npm run test

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago