Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
1d787538
Commit
1d787538
authored
Dec 20, 2017
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial install
parent
f5290c97
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
package.json
package.json
+1
-0
scripts/pre-commit
scripts/pre-commit
+11
-0
yarn.lock
yarn.lock
+4
-0
No files found.
package.json
View file @
1d787538
...
...
@@ -54,6 +54,7 @@
"
mousetrap
"
:
"
^1.4.6
"
,
"
name-all-modules-plugin
"
:
"
^1.0.1
"
,
"
pikaday
"
:
"
^1.6.1
"
,
"
prettier
"
:
"
^1.9.2
"
,
"
prismjs
"
:
"
^1.6.0
"
,
"
raphael
"
:
"
^2.2.7
"
,
"
raven-js
"
:
"
^3.14.0
"
,
...
...
scripts/pre-commit
0 → 100644
View file @
1d787538
#!/bin/sh
jsfiles
=
$(
git diff
--cached
--name-only
--diff-filter
=
ACM
"*.js"
"*.jsx"
|
tr
'\n'
' '
)
[
-z
"
$jsfiles
"
]
&&
exit
0
# Prettify all staged .js files
echo
"
$jsfiles
"
| xargs ./node_modules/.bin/prettier
--write
# Add back the modified/prettified files to staging
echo
"
$jsfiles
"
| xargs git add
exit
0
\ No newline at end of file
yarn.lock
View file @
1d787538
...
...
@@ -5052,6 +5052,10 @@ prettier@^1.7.0:
version "1.8.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.8.2.tgz#bff83e7fd573933c607875e5ba3abbdffb96aeb8"
prettier@^1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.9.2.tgz#96bc2132f7a32338e6078aeb29727178c6335827"
prismjs@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.6.0.tgz#118d95fb7a66dba2272e343b345f5236659db365"
...
...
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