Updated to latest code

This commit is contained in:
bartonstee
2020-12-21 09:18:57 +01:00
committed by GitHub
parent f7cc6eecb4
commit 5400e77f9e
15 changed files with 21220 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
};