Opiniated angular project structure
- .eslintrc.json: Help update angular-eslint rules with the proposed project structure.
Inside the eslint.config.ts
file, adds the following
const oLint = require('@o-pinion/angular/.eslintrc.json')
module.exports = tseslint.config(
oLint,
...
)