Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
078b5e4a
Commit
078b5e4a
authored
6 years ago
by
vas
Browse files
Options
Downloads
Patches
Plain Diff
add jshint configuration
parent
4f40a6c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.jshintrc
+4
-0
4 additions, 0 deletions
.jshintrc
src/js/DefaultRules.tw
+0
-2
0 additions, 2 deletions
src/js/DefaultRules.tw
src/js/rulesAssistantOptions.tw
+0
-2
0 additions, 2 deletions
src/js/rulesAssistantOptions.tw
with
4 additions
and
4 deletions
.jshintrc
0 → 100644
+
4
−
0
View file @
078b5e4a
{
"browser": true,
"esversion": 6
}
This diff is collapsed.
Click to expand it.
src/js/DefaultRules.tw
+
0
−
2
View file @
078b5e4a
:: DefaultRules [script]
// jshint esversion: 6
// jshint browser: true
// this code applies RA rules onto slaves
window.DefaultRules = (function() {
...
...
This diff is collapsed.
Click to expand it.
src/js/rulesAssistantOptions.tw
+
0
−
2
View file @
078b5e4a
:: Rules Assistant Options [script]
// jshint esversion: 6
// jshint browser: true
// rewrite of the rules assistant options page in javascript
// uses an object-oriented widget pattern
// wrapped in a closure so as not to polute the global namespace
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment