{"id":18550822,"url":"https://github.com/ohmjs/eslint-plugin-camelcase-ohm","last_synced_at":"2025-05-15T10:10:34.579Z","repository":{"id":57229743,"uuid":"70889364","full_name":"ohmjs/eslint-plugin-camelcase-ohm","owner":"ohmjs","description":"An ESLint plugin that extends the built-in camelcase rule to allow underscores in action names.","archived":false,"fork":false,"pushed_at":"2016-10-14T09:50:09.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T20:11:31.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohmjs.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":null,"security":null,"support":null}},"created_at":"2016-10-14T08:20:56.000Z","updated_at":"2023-03-02T14:23:30.000Z","dependencies_parsed_at":"2022-09-11T06:51:41.106Z","dependency_job_id":null,"html_url":"https://github.com/ohmjs/eslint-plugin-camelcase-ohm","commit_stats":null,"previous_names":["ohmlang/eslint-plugin-camelcase-ohm"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmjs%2Feslint-plugin-camelcase-ohm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmjs%2Feslint-plugin-camelcase-ohm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmjs%2Feslint-plugin-camelcase-ohm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmjs%2Feslint-plugin-camelcase-ohm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohmjs","download_url":"https://codeload.github.com/ohmjs/eslint-plugin-camelcase-ohm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319720,"owners_count":22051075,"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":[],"created_at":"2024-11-06T21:05:50.305Z","updated_at":"2025-05-15T10:10:34.549Z","avatar_url":"https://github.com/ohmjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-camelcase-ohm\n\nAn ESLint plugin that extends the built-in camelcase rule to allow underscores in semantic action names.\n\nWhen writing semantic actions for an Ohm grammar, it's typical to have functions with names like `AddExp_plus`. This plugin allows a single underscore to appear in the middle of an identifier, but otherwise enforces camel-case naming.\n\n## Usage\n\nTo use this plugin with [ESLint](http://eslint.org):\n\n- Install this package as a dev dependency, e.g. `npm install --save-dev eslint-plugin-camelcase-ohm`.\n\n- Ensure the plugin is loaded, e.g. by adding the following to your `.eslintrc` file:\n\n  ```\n  \"plugins\": [\n    \"camelcase-ohm\"\n  ]\n  ```\n\n- Enable the rule in your ESLint configuration, e.g.:\n\n  ```\n  \"rules\": {\n    \"camelcase-ohm/camelcase-ohm\": 2\n  }\n  ```\n\nSee the [ESLint documentation](http://eslint.org/docs/user-guide/configuring#configuring-plugins) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohmjs%2Feslint-plugin-camelcase-ohm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohmjs%2Feslint-plugin-camelcase-ohm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohmjs%2Feslint-plugin-camelcase-ohm/lists"}