eslint-plugin-no-split-line-ajax-data
v0.0.4
Published
no-split-line-ajax-data
Maintainers
Readme
eslint-plugin-no-split-line-ajax-data
no-split-line-ajax-data
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-no-split-line-ajax-data:
npm install eslint-plugin-no-split-line-ajax-data --save-devUsage
Add no-split-line-ajax-data to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"extends": [
"plugins:no-split-line-ajax-data/recommended"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"no-split-line-ajax-data/rule-name": 2
}
}Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).
Rules
TODO: Run eslint-doc-generator to generate the rules list.
