1.0.23 • Published 5 months ago

eslint-plugin-turmag-special-rules v1.0.23

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

eslint-plugin-turmag-special-rules

Special eslint rules for your awesome projects

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-turmag-special-rules:

npm install eslint-plugin-turmag-special-rules --save-dev

# Or run this to use yarn
yarn add eslint-plugin-turmag-special-rules --dev

# Or run this to use pnpm
pnpm add eslint-plugin-turmag-special-rules --save-dev

Usage

In your configuration file, import the plugin eslint-plugin-turmag-special-rules and add turmagEslintSpecialRules to the plugins key:

import turmagSpecialRules from "eslint-plugin-turmag-special-rules";

export default [
    {
        plugins: {
            'turmag-special-rules': turmagSpecialRules
        }
    }
];

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

import turmagSpecialRules from "eslint-plugin-turmag-special-rules";

export default [
    {
        plugins: {
            'turmag-special-rules': turmagSpecialRules
        },
        rules: {
            "turmag-special-rules/rule-name": "warn"
        }
    }
];

Rules

🔧 Automatically fixable by the --fix CLI option.

Name                             Description🔧
add-vue-extensionRequire .vue in vue files🔧
import-entities-by-column-or-linePrefered column or line import🔧
import-right-orderPrefered right import order🔧
prefer-true-attribute-shorthandRequire shorthand form attribute when v-bind value is true🔧
use-shortest-aliasThere are can be used shortest alias🔧

License

This code is licensed under the MIT License.

1.0.23

5 months ago

1.0.22

6 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.20

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago