chore(frontend): migrate stylelint and i18next-parser configs to esm

This commit is contained in:
Jack Westbrook
2025-03-03 09:43:27 +01:00
parent b14f695bf7
commit 4101d2adbf
+3 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
const config = {
extends: ['stylelint-config-sass-guidelines'],
ignoreFiles: ['**/node_modules/**/*.scss'],
rules: {
@@ -38,3 +38,5 @@ module.exports = {
'value-no-vendor-prefix': null,
},
};
export default config;