Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gulp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gulp
  • gulp
  • Merge requests
  • !662

Add a complete jshintrc

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/baer/add-more-complete-jshintrc into master Sep 03, 2014
  • Overview 8
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: baer

This replaces the existing .jshintrc file with the complete one from https://github.com/jshint/jshint/blob/master/examples/.jshintrc - replacing values where needed. There are 3 intentions behind this PR.

  • Updating the .jshintrc when properties are deprecated/added is much easier when you are just tracking changes in the project's repo
  • This version gives visibility into what rules can be tightened or loosened as the project needs them.
  • This version explicitly enumerates the rules since declarative > imperative

I also noticed that the test folder does not pass jshint. It's mostly quotation marks and line length but that may be worth fixing eventually.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/baer/add-more-complete-jshintrc