Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #78 from snek-at/implement-1
Browse files Browse the repository at this point in the history
Implement 1 to master (v0.1.0)
  • Loading branch information
schettn authored Jun 8, 2020
2 parents 96153d8 + bb9cfa7 commit 310bd55
Show file tree
Hide file tree
Showing 56 changed files with 6,980 additions and 73 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package-lock.json

# Production
/build
/lib

# Keys
.env
Expand All @@ -31,4 +32,4 @@ mdbreact-*
*.log*

# SPDX-License-Identifier: (EUPL-1.2)
# Copyright © 2019 Werbeagentur Christian Aichner
# Copyright © 2019-2020 Simon Prast
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"arrowParens": "always",
"tabWidth": 2,
"singleQuote": false,
}
57 changes: 53 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
{
"cSpell.words": [
"snek"
]
}
"editor.rulers": [80,120],
"editor.tabSize": 2,
"editor.fontLigatures": true,
"editor.snippetSuggestions": "top",
"editor.insertSpaces": true,
"editor.formatOnSave": false,
"[typescript]": {
"editor.formatOnSave": true
},
"terminal.integrated.fontFamily": "Consolas",
"workbench.colorTheme": "Dracula Soft",
"cSpell.ignoreWords": [
"aichner",
"eupl",
"mdbreact",
"spdx",
"werbeagentur",
"fontawesome",
"fortawesome",
"reactjs",
"react.js"
],
"cSpell.enabledLanguageIds": [
"css",
"html",
"jade",
"javascript",
"javascriptreact",
"json",
"jsonc",
"markdown",
"plaintext",
"scss",
"sql",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"cSpell.showStatus": true,
"cSpell.ignorePaths": ["node_modules"],
"cSpell.words": [
"snek",
"browserslist",
"contribs",
"homescreen",
"precached",
"renamer",
"webfonts",
"webscrap"
]
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@


SPDX-License-Identifier: (EUPL-1.2)
Copyright © 2019 Werbeagentur Christian Aichner
Copyright © 2019-2020 Simon Prast
Loading

0 comments on commit 310bd55

Please sign in to comment.