🐊Putout plugin helps with 🐊Putout Config.
npm i @putout/plugin-putout-config -D
{
"rules": {
"putout-config/convert-boolean-to-string": "on",
"putout-config/remove-empty": "on"
}
}
{
"rules": {
"remove-unused-variables": true,
"remove-debugger": false
}
}
{
"rules": {
"remove-unused-variables": "on",
"remove-debugger": "off"
}
}
{
"rules": {},
"plugins": [],
"match": {
"*.js": {
"remove-unused-variables": "off"
}
}
}
{
"match": {
"*.js": {
"remove-unused-variables": "off"
}
}
}
MIT