1.2.1 • Published 2 years ago

@lianrui/eslint-plugin-practice v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-plugin-apollo

learning development of the rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-apollo:

npm install eslint-plugin-apollo --save-dev

Usage

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

{
    "plugins": [
        "apollo"
    ]
}
1.2.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago