0.0.1-alpha.1 • Published 5 years ago
eslint-plugin-talltotal v0.0.1-alpha.1
talltotal - eslint 插件
rules
import-specifier-newline
import-source-newline
from和来源之间没有注释时,不能有空行。
Installation
$ npm i eslint --save-dev
$ npm install eslint-plugin-talltotal --save-devUsage
配置插件
{
"plugins": [
"talltotal"
]
}启用规则
{
"rules": {
"talltotal/import-specifier-newline": 2,
"talltotal/import-source-newline": 2,
}
}使用推荐配置
{
"extends": [
"plugin:talltotal/recommended",
]
}0.0.1-alpha.1
5 years ago