add new lesson mode and started code refraction

This commit is contained in:
Rene Kievits
2025-12-20 04:31:15 +01:00
parent 6438660b03
commit 4428a2b7be
101 changed files with 12255 additions and 8172 deletions

View File

@@ -2,16 +2,16 @@
export default {
extends: [
'stylelint-config-standard-scss',
'stylelint-config-recommended-vue'
'stylelint-config-recommended-vue',
],
ignoreFiles: [
'**/node_modules/**',
'**/dist/**',
'**/android/**'
'**/android/**',
],
rules: {
'at-rule-no-unknown': null,
'scss/at-rule-no-unknown': true,
'no-empty-source': null,
}
},
};