Initial commit

This commit is contained in:
bartonstee
2020-10-29 14:48:59 +01:00
committed by GitHub
commit 970d4a7df1
15 changed files with 21088 additions and 0 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
};