This package has been deprecated

Author message:

unuse

eslint-plugin-no-src-reference

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-no-src-reference

Weekly Downloads

6

Version

1.0.2

License

ISC

Unpacked Size

4.29 kB

Total Files

6

Last publish

Collaborators

  • npm
  • yining_byte