We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55e3f5 commit 3fa9893Copy full SHA for 3fa9893
eslint.config.mjs
@@ -11,7 +11,7 @@ const compat = new FlatCompat({
11
allConfig: js.configs.all
12
});
13
14
-export default [...compat.extends("scality"),
+export default [...compat.extends('@scality/scality'),
15
{
16
languageOptions: {
17
ecmaVersion: 2020,
0 commit comments