Skip to content

Commit

Permalink
🏗️ Changed some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jul 15, 2020
1 parent 52ab8c5 commit dd83e45
Show file tree
Hide file tree
Showing 11 changed files with 254 additions and 182 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -7,4 +7,5 @@ plugins/**/node_modules
.cache/**/node_modules
dist/**/node_modules
pluginsDist
dist_ui
dist_ui
npm-debug.log
7 changes: 3 additions & 4 deletions .prettierrc.json
@@ -1,10 +1,9 @@
{
"trailingComma": "es5",
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"useTabs": true,
"singleQuote": true,
"printWidth": 200,
"arrowParens": "avoid",
"check":true
}
"arrowParens": "avoid"
}

0 comments on commit dd83e45

Please sign in to comment.