Open Misaka-0x447f opened 2 years ago
Added an option for rule 'no-inline-styles'.
2
{fontSize: 15}
{fontSize: 15, fontColor: 'white'}
Tested on my local machine and works.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
are you guys still here?
Added an option for rule 'no-inline-styles'.
2
will allow{fontSize: 15}
but not{fontSize: 15, fontColor: 'white'}
Tested on my local machine and works.