mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 00:42:54 -05:00
30 lines
467 B
Text
30 lines
467 B
Text
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "../gulp/jsdoc/app"
|
|
},
|
|
{
|
|
"path": "../gulp/jsdoc/templates"
|
|
},
|
|
{
|
|
"path": "../gulp/jsdoc/conf"
|
|
},
|
|
{
|
|
"path": "../gulp/jsdoc",
|
|
"name": "root",
|
|
"folder_exclude_patterns": ["*"],
|
|
"file_exclude_patterns": [ "*.jar" ]
|
|
}
|
|
],
|
|
"SublimeLinter":
|
|
{
|
|
"linters": {
|
|
"jshint": {
|
|
"@disable": true,
|
|
"args": [],
|
|
"excludes": []
|
|
}
|
|
}
|
|
}
|
|
}
|