Y-SLD/assets/plugins/bootstrap-treeview/.jshintrc

15 lines
441 B
Plaintext
Raw Normal View History

2024-03-01 11:23:55 +00:00
{
// 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
}