$ cnpm install @putout/plugin-remove-duplicate-interface-keys
putout plugin adds ability to find and remove duplecate interface-keys.
npm i @putout/plugin-remove-duplicate-interface-keys
{
"rules": {
"remove-duplicate-interface-keys": "on"
}
}
interface Hello {
'hello': any
'hello': string
}
interface Hello {
'hello': string
}
MIT
Copyright 2013 - present © cnpmjs.org | Home |