uxp-linter-test-sonar-config

1.0.1 • Public • Published

UXP LINTER SONAR CONFIG

This project is useful in analyzing eslint errors for your project and map them to Sonar issues.

This module gives a curated list of eslint errors and their corresponding Sonar metrics that are helpful to define any issue on Sonar dashboard.

Installation

npm install --save uxp-linter-test-sonar-config

Usage

const uxp-linter-sonar-config = require('uxp-linter-test-sonar-config');

console.log(uxp-linter-sonar-config);
//=> {
    "accessor-pairs": {
        "severity": "MAJOR",
        "type": "CODE_SMELL",
        "effortMinutes": 5
    },
    "array-callback-return": {
        "severity": "MAJOR",
        "type": "CODE_SMELL",
        "effortMinutes": 5
    },
.
.
.
}

Package Sidebar

Install

npm i uxp-linter-test-sonar-config

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

39.5 kB

Total Files

4

Last publish

Collaborators

  • uxp-playarea