Skip to content

Commit

Permalink
Allow 1 empty line at beginning of file; add listing to `npm run test…
Browse files Browse the repository at this point in the history
…` command
  • Loading branch information
MaKleSoft committed Jun 16, 2017
1 parent 7662ac7 commit a176862
Show file tree
Hide file tree
Showing 65 changed files with 3 additions and 5,664 deletions.
1 change: 0 additions & 1 deletion .eslintignore
@@ -1,5 +1,4 @@
node_modules
app/bower_components
app/src/padlock.js
app/src/components
test
13 changes: 0 additions & 13 deletions .jshintrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ A minimal open source password manager.

**If you just want to use the app, we recommend downloading one of the [official releases](https://github.com/maklesoft/padlock/releases).**

However, if you want to get your hands dirty and contribute or build the app from source read on!
However, if you want to get your hands dirty and contribute or build your own version from source, read on!

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion app/.eslintrc.json
Expand Up @@ -31,7 +31,7 @@
"no-console": ["error", { "allow": ["warn", "error"] }],
"no-loop-func": "error",
"no-multi-spaces": "error",
"no-multiple-empty-lines": ["error", {"max": 1, "maxBOF": 0, "maxEOF": 0}],
"no-multiple-empty-lines": ["error", {"max": 1, "maxBOF": 1, "maxEOF": 0}],
"no-spaced-func": "error",
"no-trailing-spaces": "error",
"no-undef": "error",
Expand Down
85 changes: 0 additions & 85 deletions app/src/components/app/app.html

This file was deleted.

0 comments on commit a176862

Please sign in to comment.