Initial commit

This is not completed functionality.
This commit is contained in:
bartonstee
2020-09-30 18:19:35 +02:00
committed by GitHub
parent 15477a5341
commit 4cadaa1db7
15 changed files with 20888 additions and 199 deletions

5
prettier.config.js Normal file
View File

@@ -0,0 +1,5 @@
const base = require("@mendix/pluggable-widgets-tools/configs/prettier.base.json");
module.exports = {
...base
};