Skip to content

Commit

Permalink
fix(lint): ignore lint rules on generated code (janus-idp#1668)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <yicai@redhat.com>
  • Loading branch information
ciiay committed May 16, 2024
1 parent 45564c1 commit e375c2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/servicenow-actions/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
ignorePatterns: ['src/generated/**'],
});

0 comments on commit e375c2f

Please sign in to comment.