{"id":21904642,"url":"https://github.com/forcedotcom/eslint-plugin-visualforce","last_synced_at":"2025-04-15T22:59:03.460Z","repository":{"id":48251635,"uuid":"90093712","full_name":"forcedotcom/eslint-plugin-visualforce","owner":"forcedotcom","description":"An ESLint plugin to lint inline Javascript containing fields and VisualForce tags inside of VisualForce pages","archived":false,"fork":false,"pushed_at":"2023-07-11T01:41:57.000Z","size":499,"stargazers_count":7,"open_issues_count":17,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-23T02:07:19.823Z","etag":null,"topics":["eslint","eslint-plugin","javascript","linter","salesforce","visualforce"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forcedotcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-03T01:11:49.000Z","updated_at":"2021-10-19T21:22:33.000Z","dependencies_parsed_at":"2024-08-26T07:04:37.815Z","dependency_job_id":"8a82c121-8692-474b-accd-987d9631caa7","html_url":"https://github.com/forcedotcom/eslint-plugin-visualforce","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.125,"last_synced_commit":"9b10f572ea8682ad1f03841167da7e17591c9a0b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Feslint-plugin-visualforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Feslint-plugin-visualforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Feslint-plugin-visualforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Feslint-plugin-visualforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forcedotcom","download_url":"https://codeload.github.com/forcedotcom/eslint-plugin-visualforce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249097954,"owners_count":21212385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint","eslint-plugin","javascript","linter","salesforce","visualforce"],"created_at":"2024-11-28T16:17:55.579Z","updated_at":"2025-04-15T22:59:03.441Z","avatar_url":"https://github.com/forcedotcom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-visualforce\n\n[![Build Status](https://travis-ci.org/forcedotcom/eslint-plugin-visualforce.svg?branch=master)](https://travis-ci.org/forcedotcom/eslint-plugin-visualforce)\n[![NPM version](https://img.shields.io/npm/v/@salesforce/eslint-plugin-visualforce.svg)](https://www.npmjs.com/package/@salesforce/eslint-plugin-visualforce)\n\nThis [`ESLint`](https://eslint.org) plugin extracts and lints scripts from VisualForce pages.\n\nIt supports VisualForce Expression Language merge fields within the JS syntax.\nThis plugin is a heavily modified fork of [`eslint-plugin-html`](https://github.com/BenoitZugmeyer/eslint-plugin-html) developed by [Benoît Zugmeyer](https://github.com/BenoitZugmeyer) under [ISC](https://opensource.org/licenses/ISC) license.\n\n## License\n\nThis plugin is issued under the [ISC](./LICENSE) license.\n\n## Usage\n\nSimply install via `yard add --dev @salesforce/eslint-plugin-visualforce` and add the plugin to your ESLint\nconfiguration. See\n[ESLint documentation](http://eslint.org/docs/user-guide/configuring#configuring-plugins).\n\nExample:\n\n```javascript\n{\n    \"plugins\": [\n        \"@salesforce/eslint-plugin-visualforce\"\n    ],\n    \"rules\": {\n      \"visualforce/no-atom-expr\": \"error\",\n      \"visualforce/no-apex-tags\": \"error\",\n      \"visualforce/jsencode\": \"error\"\n    }\n}\n```\n\nNote: by default, when executing the `eslint` command on a directory, only `.js` files will be\nlinted. You will have to specify extra extensions with the `--ext` option. Example: `eslint --ext\n.page pages` will lint `.page` files in the `pages` directory. See [ESLint\ndocumentation](http://eslint.org/docs/user-guide/command-line-interface#ext).\n\n## Configuring linter-eslint package for the Atom editor\n\nIf the [`language-salesforce`](https://atom.io/packages/language-salesforce) plugin is installed simply add `source.visualforce` under \"List of scopes to run ESLint on\" at the `linter-eslint` configuration page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Feslint-plugin-visualforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforcedotcom%2Feslint-plugin-visualforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Feslint-plugin-visualforce/lists"}