Michael LeBarron
Michael LeBarron
right... but they SHOULD be available to other imports. Especially when in the docs scope is referred to as similar to programming languages, and imports work as expected. if, as...
I'm hitting this too ```{ "root": true, "ignorePatterns": ["**/*"], "plugins": ["@nrwl/nx", "sonarjs"], "extends": ["plugin:@nrwl/nx/angular", "plugin:sonarjs/recommended"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], "rules": { "sonar/no-element-overwrite": "off", "@typescript-eslint/no-explicit-any": "off" }...
okay so I did the "list all rules thing" and started enabling things one at a time. when I enabled `"sonarjs/no-same-line-conditional": "error"` it reported ``` Cannot read property 'reduce' of...