mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 00:42:54 -05:00
2bac4e71e0
Relates to #1252
37 lines
498 B
Text
37 lines
498 B
Text
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "../src"
|
|
},
|
|
{
|
|
"path": "../test"
|
|
},
|
|
{
|
|
"path": "../examples"
|
|
},
|
|
{
|
|
"path": "../gulp",
|
|
"folder_exclude_patterns": ["jsdoc"]
|
|
},
|
|
{
|
|
"path": "../packages",
|
|
},
|
|
{
|
|
"path": "../travis",
|
|
},
|
|
{
|
|
"path": "..",
|
|
"name": "root",
|
|
"folder_exclude_patterns": ["*"]
|
|
}
|
|
],
|
|
"SublimeLinter":
|
|
{
|
|
"linters": {
|
|
"jshint": {
|
|
"@disable": false
|
|
}
|
|
}
|
|
}
|
|
}
|