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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
8b33d6a2
Commit
8b33d6a2
authored
Feb 16, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-02-16
parents
24bd2c03
e5ecd9b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
.eslintrc
.eslintrc
+1
-1
doc/development/fe_guide/index.md
doc/development/fe_guide/index.md
+3
-0
No files found.
.eslintrc
View file @
8b33d6a2
...
...
@@ -36,7 +36,7 @@
"import/no-commonjs": "error",
"no-multiple-empty-lines": ["error", { "max": 1 }],
"promise/catch-or-return": "error",
"no-underscore-dangle": ["error", { "allow": ["__"]}],
"no-underscore-dangle": ["error", { "allow": ["__"
, "_links"
]}],
"vue/html-self-closing": ["error", {
"html": {
"void": "always",
...
...
doc/development/fe_guide/index.md
View file @
8b33d6a2
...
...
@@ -21,6 +21,8 @@ Working with our frontend assets requires Node (v4.3 or greater) and Yarn
[
jQuery
][
jquery
]
is used throughout the application's JavaScript, with
[
Vue.js
][
vue
]
for particularly advanced, dynamic elements.
We also use
[
Axios
][
axios
]
to handle all of our network requests.
### Browser Support
For our currently-supported browsers, see our
[
requirements
][
requirements
]
.
...
...
@@ -124,6 +126,7 @@ The [externalization part of the guide](../i18n/externalization.md) explains the
[
webpack
]:
https://webpack.js.org/
[
jquery
]:
https://jquery.com/
[
vue
]:
http://vuejs.org/
[
axios
]:
https://github.com/axios/axios
[
airbnb-js-style-guide
]:
https://github.com/airbnb/javascript
[
scss-lint
]:
https://github.com/brigade/scss-lint
[
install
]:
../../install/installation.md#4-node
...
...
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