1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/page.js/.jshintrc
2016-03-14 16:13:14 -04:00

23 lines
387 B
Text

{
"browser": true,
"node":true,
"expr": true,
"laxcomma": true,
"-W079": true,
"-W014": true,
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": false,
"strict": true,
"trailing": false,
"smarttabs": true,
"latedef": false,
"indent": 2
}