Skip to content

Commit

Permalink
Fix security vulnerabilities and add linters (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Aug 28, 2019
1 parent ed6c4f9 commit 94a96bc
Show file tree
Hide file tree
Showing 43 changed files with 11,540 additions and 13,595 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* text=auto
library/package-lock.json -diff
library/package-lock.json -diff
playground/package-lock.json -diff
7 changes: 7 additions & 0 deletions .markdownlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"default": true,
"MD007": {
"indent": 4
},
"line-length": false
}
17 changes: 17 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# dependencies
/**/node_modules

# testing
/**/coverage

# production
/**/lib
/**/build
/**/dist

# misc
.DS_Store
.changelog
npm-debug.log*
lerna-debug.log*
/**/*.tgz
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "all",
"singleQuote": true,
"bracketSpacing": true,
"tabWidth": 2
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
Copyright (c) 2018-2019 SAP SE or an SAP affiliate company. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 4 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"version": "0.1.0",
"lerna": "3.15.0",
"version": "0.2.0",
"npmClient": "npm",
"packages": ["library", "playground"],
"command": {
"publish": {
Expand All @@ -17,6 +19,5 @@
"area/documentation": ":memo: Documentation"
},
"cacheDir": ".changelog"
},
"lerna": "2.11.0"
}
}
5 changes: 0 additions & 5 deletions library/.prettierrc

This file was deleted.

Loading

0 comments on commit 94a96bc

Please sign in to comment.