mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Include settings for jshint, unfortunatley ignored by sublime for the time being.
This commit is contained in:
parent
841a6a07ff
commit
3d8b5a17d1
1 changed files with 18 additions and 1 deletions
|
@ -30,6 +30,23 @@
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"tab_size": 4,
|
"tab_size": 4,
|
||||||
"translate_tabs_to_spaces": false
|
"translate_tabs_to_spaces": false,
|
||||||
|
// Note, these do not currently work on project settings, but are the
|
||||||
|
// settings used to develop paper.js
|
||||||
|
"javascript_linter": "jshint",
|
||||||
|
"jshint_options":
|
||||||
|
{
|
||||||
|
"evil": true,
|
||||||
|
"regexdash": true,
|
||||||
|
"browser": true,
|
||||||
|
"wsh": true,
|
||||||
|
"trailing": false,
|
||||||
|
"smarttabs": true,
|
||||||
|
"sub": true,
|
||||||
|
"supernew": true,
|
||||||
|
"laxbreak": true,
|
||||||
|
"eqeqeq": false,
|
||||||
|
"eqnull": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue