Files
backstage/plugins/nomad/.eslintrc.js
T
Gaurav Pandey 18b5cc5f2b chore: added new line
Signed-off-by: Gaurav Pandey <grvpandey11@gmail.com>
2024-03-21 13:09:06 +05:30

6 lines
168 B
JavaScript

module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
rules: {
'@backstage/no-top-level-material-ui-4-imports': 'error',
},
});