{
// 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/options/
"asi": true,
"browser": true,
"node": true,
"jquery": true,
"esnext": true,
"strict": false,
"globalstrict": true,
"quotmark": true,
"undef": true,
"unused": true,
"scripturl": true,
"globals": {
"define": false,
"module": true,
"export": true,
"console": false
}
}
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。