@natlibfi/melinda-api-client
Version:
JS client for using Melinda API (Union catalogue of the National library of Finland)
19 lines (18 loc) • 456 B
Plain Text
{
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
// Documentation: http://www.jshint.com/docs/
"node": true,
"browser": true,
"esnext": true,
"globalstrict": true,
"validthis": false,
"quotmark": false,
"smarttabs": true,
"trailing": false,
"undef": true,
"unused": "vars",
"globals": {
"define": true
}
}