64a83bcf62
Co-authored-by: Juan Lulkin <jmaiz@spotify.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
module.exports = {
|
|
extends: [require.resolve('@backstage/cli/config/eslint')],
|
|
rules: {
|
|
// TODO: add prop types to JS and remove
|
|
'react/prop-types': 0,
|
|
'jest/expect-expect': 0,
|
|
},
|
|
};
|