material-design-lite/.jshintrc

19 lines
281 B
Plaintext
Raw Normal View History

2014-05-16 11:47:19 +04:00
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"newcap": true,
"noarg": true,
"undef": true,
"unused": "vars",
2014-12-04 14:52:16 +03:00
"strict": true,
"sub": true,
"globals": {
"componentHandler": true
}
2014-05-16 11:47:19 +04:00
}