Exclude templates from lint in cli-module-new
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
This commit is contained in:
@@ -1 +1,3 @@
|
||||
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);
|
||||
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
|
||||
ignorePatterns: ['templates/**'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user