ianalyzer-test-app
Version:
A versatile code analysis tool for JavaScript, HTML, CSS, Angular, React, Vue, and ES6. iAnalyzer ensures code quality through linting, integrates with Sonar for in-depth analysis, performs npm package security checks, assesses performance, and enhances a
24 lines • 509 B
JSON
{
"extends": [
"stylelint-config-standard",
"stylelint-rscss/config"
],
"rules": {
"no-empty-source": null,
"at-rule-no-unknown": null,
"at-rule-empty-line-before": null,
"declaration-empty-line-before": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"rscss/class-format": [
true,
{
"maxDepth": 4,
"componentWhitelist": [
"btn",
"container"
]
}
]
}
}