1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 18:36:43 +02:00
TableFilter/.jshintrc
2014-11-16 01:34:32 +11:00

25 lines
435 B
Plaintext

{
// ["xxx"] is better written in dot notation
"-W069": true,
// Script URL
"-W107": true,
// Eval can be harmful
"-W061": true,
"-W041": true,
"curly": true,
//"eqeqeq": true,
"es3": true,
"esnext": true,
//"maxlen" : 80,
"globals": {
"module": true,
"require": true,
"define": true,
"window": true,
"document": true,
"escape": true,
"unescape": true,
"navigator": true
}
}