paper.js/projects/paperjs.sublime-project

38 lines
498 B
Text
Raw Permalink Normal View History

2012-09-30 17:05:00 -04:00
{
2014-08-16 13:24:54 -04:00
"folders":
[
2012-09-30 17:05:00 -04:00
{
2014-08-16 13:24:54 -04:00
"path": "../src"
},
{
"path": "../test"
},
{
"path": "../examples"
},
{
"path": "../gulp",
"folder_exclude_patterns": ["jsdoc"]
2014-08-16 13:24:54 -04:00
},
{
"path": "../packages",
},
{
"path": "../travis",
},
2014-08-16 13:24:54 -04:00
{
"path": "..",
"name": "root",
"folder_exclude_patterns": ["*"]
2012-09-30 17:05:00 -04:00
}
2016-01-25 04:53:09 -05:00
],
"SublimeLinter":
{
"linters": {
"jshint": {
"@disable": false
}
}
}
2012-09-30 17:05:00 -04:00
}