Initial commit

This commit is contained in:
bartonstee
2020-09-29 09:46:29 +02:00
committed by GitHub
parent dcce7915f7
commit 91d0e19770
16 changed files with 21191 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
};