checks: javascript: no_var: true no_param_assign: true no_loop_var_assign: true no_implicit_undefined_return: true no_else_return: true no_alert: true eqeqeq: true build: nodes: coverage: tests: override: - command: "yarn test:coverage" coverage: file: "coverage/clover.xml" format: "clover" analysis: tests: override: - js-scrutinizer-run tests: true filter: paths: ["src/*"] excluded_paths: - "__tests__/*" - "demo/*" - "coverage/*" - "dist/*" dependency_paths: - node_modules