This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
select2
Watch
1
Star
0
Fork
0
You've already forked select2
mirror of
synced
2025-02-09 16:49:24 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
select2
/
.jshintrc
10 lines
116 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added very basic jshint config
2014-09-21 15:21:43 -04:00
{
"bitwise": true,
Linted select2/utils For the most part this was semicolon fixes, but there was a function, `calledMethod`, which did need to be moved out of the loop.
2014-09-21 15:44:30 -04:00
"globals": {
"define": true
},
Added very basic jshint config
2014-09-21 15:21:43 -04:00
"indent": 2,
Linted select2/utils For the most part this was semicolon fixes, but there was a function, `calledMethod`, which did need to be moved out of the loop.
2014-09-21 15:44:30 -04:00
"maxlen": 80,
Added very basic jshint config
2014-09-21 15:21:43 -04:00
"quotmark": "single"
}
Reference in New Issue
Copy Permalink