1.0.23 • Published 7 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 months ago

1.0.22

8 months ago

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.20

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago