Files
Patrik Oldsberg 09b37063f2 packages,plugins: migrate to new lint config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 14:53:43 +01:00

6 lines
127 B
JavaScript

module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
rules: {
'jest/expect-expect': 0,
},
});