0.0.3 • Published 4 years ago
@tuia/eslint-plugin-js v0.0.3
@tuia/eslint-plugin-js
check whether the object is empty
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install @tuia/eslint-plugin-js:
npm install @tuia/eslint-plugin-js --save-devUsage
{
"plugins": [
"@tuia/js"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"@tuia/js/no-empty-object": [2],
}
}Supported Rules
- no-empty-object