1.0.2 • Published 4 years ago

eslint-plugin-no-src-reference v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-no-src-reference

no src reference in appx1.0

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-no-src-reference:

$ npm install eslint-plugin-no-src-reference --save-dev

Usage

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

{
    "plugins": [
        "no-src-reference"
    ]
}

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

{
    "rules": {
        "no-src-reference/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here