d6742bb1fe
The templates directory was excluded from linting in the @backstage/cli package but the ignore pattern was not carried over to cli-module-new. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
|
|
ignorePatterns: ['templates/**'],
|
|
});
|