Mercurial > nebulaweb3
annotate default/node_modules/shoestring/.jshintrc @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
rev | line source |
---|---|
0 | 1 { |
2 "boss": true, | |
3 "curly": true, | |
4 "eqeqeq": true, | |
5 "eqnull": true, | |
6 "expr": true, | |
7 "immed": true, | |
8 "noarg": true, | |
9 "smarttabs": true, | |
10 "trailing": true, | |
11 "undef": true, | |
12 "unused": true, | |
13 "node": true, | |
14 "loopfunc": true, | |
15 "predef": [ "window", "win", "doc", "define", "shoestring", "XMLHttpRequest", "ActiveXObject", "Window", "localStorage" ] | |
16 } |