mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-06 17:13:14 +03:00
Squashed 'jquery-ui/' content from commit 3dd8a09
git-subtree-dir: jquery-ui git-subtree-split: 3dd8a09b441d65445f2b6a7c73e72af65445d5da
This commit is contained in:
commit
d32092c1f0
717 changed files with 518330 additions and 0 deletions
23
ui/.jshintrc
Normal file
23
ui/.jshintrc
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"boss": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"expr": true,
|
||||
"immed": true,
|
||||
"noarg": true,
|
||||
"quotmark": "double",
|
||||
"smarttabs": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
|
||||
"browser": true,
|
||||
"es3": true,
|
||||
"jquery": true,
|
||||
|
||||
"globals": {
|
||||
"define": false,
|
||||
"Globalize": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue