We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af0407 commit f96e764Copy full SHA for f96e764
packages/storefront-eslint-rules/index.js
@@ -16,8 +16,8 @@ export default {
16
},
17
rules: {
18
"shopware-storefront/migrate-plugin-manager": "error",
19
- "shopware-storefront/no-dom-access-helper": "error",
20
- "shopware-storefront/no-http-client": "error",
21
- "shopware-storefront/no-query-string": "error",
+ "shopware-storefront/no-dom-access-helper": "warn",
+ "shopware-storefront/no-http-client": "warn",
+ "shopware-storefront/no-query-string": "warn",
22
23
};
0 commit comments