mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
|
{
|
||
|
"preset": "jquery",
|
||
|
|
||
|
// remove after https://github.com/jscs-dev/node-jscs/issues/1685
|
||
|
// and https://github.com/jscs-dev/node-jscs/issues/1686
|
||
|
"requireCapitalizedComments": null,
|
||
|
|
||
|
"excludeFiles": [ "external", "src/intro.js", "src/outro.js",
|
||
|
"test/node_smoke_tests/lib/ensure_iterability.js", "node_modules" ]
|
||
|
}
|