@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
19 lines (18 loc) • 462 B
JSON
{
"root": true,
"extends": ["@pega"],
"ignorePatterns": ["node_modules", "**/template/**"],
"env": {
"browser": false,
"node": true
},
"rules": {
"prettier/prettier": "off",
"sonarjs/cognitive-complexity": "off",
"sonarjs/no-identical-functions": "off",
"sonarjs/no-duplicate-string": "off",
"sonarjs/no-nested-template-literals": "off",
"no-console": "off",
"import/extensions": ["error", "ignorePackages"]
}
}