Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Eslint: prefer-const
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed May 10, 2016
1 parent 3fd85ae commit 5bd0f42
Show file tree
Hide file tree
Showing 109 changed files with 768 additions and 741 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"no-warning-comments": 1,
"object-curly-spacing": [2, "always"],
"padded-blocks": [2, "never"],
"prefer-const": 2,
"strict": [2, "never"],

"jsx-quotes": 1,
Expand Down
5 changes: 3 additions & 2 deletions deploy/staging/secrets.env.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_ACCESS_KEY_ID=AKIAJ2ZGFCHE4AZS7POA
AWS_SECRET_ACCESS_KEY=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
AWS_REGION=eu-central-1
MAPBOX_ACCESS_TOKEN=
MANDRILL_KEY=
PICKPOINT_API_KEY=
SENDGRID_KEY=
BACKUP_POSTGRES_PASSWORD=
Expand Down

0 comments on commit 5bd0f42

Please sign in to comment.