eslint-plugin-plantain
v2.0.0
Published
A set of unofficial typescript-eslint rules.
Downloads
72
Readme
eslint-plugin-plantain
A set of unofficial typescript-eslint rules.
install
yarn add eslint-plugin-plantain
usage
{
"parserOptions": {
"project": "./tsconfig.json"
},
"plugins": [
"plantain"
],
"rules": {
"plantain/promise-not-await": "error",
"plantain/only-import-type-allowed": "error",
"plantain/only-export-type-allowed": "error"
}
}