mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
31 lines
416 B
Text
31 lines
416 B
Text
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "../src"
|
|
},
|
|
{
|
|
"path": "../test"
|
|
},
|
|
{
|
|
"path": "../examples"
|
|
},
|
|
{
|
|
"path": "../gulp",
|
|
"folder_exclude_patterns": ["jsdoc"]
|
|
},
|
|
{
|
|
"path": "..",
|
|
"name": "root",
|
|
"folder_exclude_patterns": ["*"]
|
|
}
|
|
],
|
|
"SublimeLinter":
|
|
{
|
|
"linters": {
|
|
"jshint": {
|
|
"@disable": false
|
|
}
|
|
}
|
|
}
|
|
}
|