dilipshelake03

Results 2 comments of dilipshelake03

Above errors got removed when we change parser from Bable-ESLint to Angular-ESLint. Now just below error is showing, ``` Parsing error: Unexpected closing block. The block may have been closed...

@JamesHenry Below is the eslint config, ``` { "root": true, "ignorePatterns": ["**/*"], "plugins": ["@nx"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], "rules": { "@nx/enforce-module-boundaries": [ "error", { "enforceBuildableLibDependency": true,...