Requires compilerOptions.experimentalDecorators
in tsconfig.json
to be set to false
.
This rule is fixable using the --fix
option.
{
"compilerOptions": {
"experimentalDecorators": false
}
}
{
"compilerOptions": {
"experimentalDecorators": true
}
}
{
"compilerOptions": {}
}
{}