first commit
This commit is contained in:
14
WebRoot/node_modules/patternfly-bootstrap-treeview/.jshintrc
generated
vendored
Normal file
14
WebRoot/node_modules/patternfly-bootstrap-treeview/.jshintrc
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
|
||||
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
|
||||
// Documentation: http://www.jshint.com/docs/
|
||||
"browser": true,
|
||||
"esnext": true,
|
||||
"globals": { $: false, jQuery: false, "console": false},
|
||||
"globalstrict": true,
|
||||
"quotmark": "single",
|
||||
"smarttabs": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true
|
||||
}
|
||||
Reference in New Issue
Block a user