engines: eslint: enabled: true ratings: paths: - "src/**/*" - "**.js" exclude_paths: - "node_modules/" - "public/" - "grunt/" - "tests/" - "dist/"