0.1.7 • Published 2 months ago

@litert/eslint-plugin-rules v0.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

@litert/eslint-plugin-rules

The customized ESLint rules insides LiteRT ORG.

Installation

npm i --save-dev @litert/eslint-plugin-rules

Usage

Put these configuration in your .eslintrc:

{
    "extends": [
        "plugin:@litert/rules/typescript"
    ],
    "parserOptions": {
        "project": "./tsconfig.json" // Configure the path to your tsconfig.json file
    },
    "plugins": [
        "@litert/rules"
    ],
    "rules": {
        // Add your cutomized rules here if necessary.
    }
}

Customized rules

  • @litert/general/disable-for-each-method

    Disabling the method Array.prototype.forEach.

Click here to read the default rules.

0.1.7

2 months ago

0.1.4

10 months ago

0.1.6

7 months ago

0.1.5

9 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago