update lint rules
This commit is contained in:
parent
afc86729c3
commit
b500dbd903
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);
|
||||
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
|
||||
ignorePatterns: ["src/api/generated/models/**.ts"]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue