Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Jerphanion
Rex Dri
Commits
210966b7
Commit
210966b7
authored
Mar 24, 2019
by
Florent Chehab
Browse files
fix(frontend linting): var now forbidden
* Prevent the use of var in JavaScript Fixes
#82
parent
4c12f242
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/.eslintrc.js
View file @
210966b7
...
...
@@ -50,6 +50,7 @@ module.exports = {
"
terms
"
:
[
"
todo
"
,
"
fixme
"
,
"
any other term
"
],
"
location
"
:
"
anywhere
"
}
]
],
"
no-var
"
:
"
error
"
,
}
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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