Move backend lint config to cli config

This commit is contained in:
Fredrik Adelöw
2020-04-28 15:54:34 +02:00
parent 9ccf3b0623
commit 69a3fa79e7
7 changed files with 81 additions and 14 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
module.exports = {
extends: [
require.resolve('@backstage/cli/config/eslint'),
'@spotify/eslint-config-oss',
],
root: true,
extends: ['@spotify/eslint-config-oss'],
};