Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / st_joseph

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • st_joseph
  • wp-content
  • plugins
  • manual-completions-learndash
  • vendor
  • select2
  • .jshintrc
  • Jeff Balicki's avatar
    wp update and learn_mark_as_complete · 780641d1 ...
    780641d1 Browse Files
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-03-31 17:17:06 -0400
.jshintrc 433 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "es3": true,
  "eqnull": true,
  "freeze": true,
  "globals": {
    "console": false,
    "define": false,
    "document": false,
    "MockContainer": false,
    "module": false,
    "QUnit": false,
    "require": false,
    "test": false,
    "window": false
  },
  "indent": 2,
  "maxlen": 80,
  "noarg": true,
  "nonew": true,
  "quotmark": "single",
  "undef": true
}