Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ActivityPub
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Indienet
Spikes
ActivityPub
Commits
ccfea224
Verified
Commit
ccfea224
authored
Jan 24, 2018
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit vscode files
parent
9ee315a2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1089 additions
and
11 deletions
+1089
-11
.editorconfig
.editorconfig
+5
-7
jsconfig.json
jsconfig.json
+8
-0
package-lock.json
package-lock.json
+1073
-3
package.json
package.json
+2
-1
src/app.js
src/app.js
+1
-0
No files found.
.editorconfig
View file @
ccfea224
#
http://editorconfig.org
#
Topmost file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
jsconfig.json
0 → 100644
View file @
ccfea224
{
"compilerOptions"
:
{
"target"
:
"ES6"
},
"exclude"
:
[
"node_modules"
]
}
package-lock.json
View file @
ccfea224
This diff is collapsed.
Click to expand it.
package.json
View file @
ccfea224
...
...
@@ -46,6 +46,7 @@
"
eslint
"
:
"
^4.13.1
"
,
"
mocha
"
:
"
^4.0.1
"
,
"
request
"
:
"
^2.83.0
"
,
"
request-promise
"
:
"
^4.2.2
"
"
request-promise
"
:
"
^4.2.2
"
,
"
standard
"
:
"
^10.0.3
"
}
}
src/app.js
View file @
ccfea224
// @ts-check
const
path
=
require
(
'
path
'
)
const
favicon
=
require
(
'
serve-favicon
'
)
const
compress
=
require
(
'
compression
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment