packages,plugins: migrate to new lint config

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-07 14:37:14 +01:00
parent ff745f5405
commit 09b37063f2
129 changed files with 237 additions and 406 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
rules: {
'no-console': 0,
'import/no-extraneous-dependencies': [
@@ -12,4 +11,4 @@ module.exports = {
},
],
},
};
});