Move backend lint config to cli config
This commit is contained in:
+2
-4
@@ -1,6 +1,4 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
require.resolve('@backstage/cli/config/eslint'),
|
||||
'@spotify/eslint-config-oss',
|
||||
],
|
||||
root: true,
|
||||
extends: ['@spotify/eslint-config-oss'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user