Miloš Lapiš

Results 63 comments of Miloš Lapiš

From the sort point of view, the `null` value looks fine in the sense of **don't apply any rule**. The `undefined` value is not used directly in code, so it...

Please, do it. I've hit that moment right now.

Is something like this JS version: ``` // eslint.config.js const nx = require('@nx/eslint-plugin'); const baseConfig = require('../../eslint.config.js'); module.exports = [ ...baseConfig, ...nx.configs['flat/angular'], ...nx.configs['flat/angular-template'], { files: ['**/*.ts'], rules: { '@angular-eslint/directive-selector': [...