{"id":15398068,"url":"https://github.com/farzonl/eslint-lowercase-plugin","last_synced_at":"2026-02-10T10:34:39.637Z","repository":{"id":37441302,"uuid":"123669821","full_name":"farzonl/eslint-lowerCase-plugin","owner":"farzonl","description":"eslint does not enforce identifiers starting with a lowercase letter.","archived":false,"fork":false,"pushed_at":"2024-09-24T10:46:35.000Z","size":209,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-03T09:25:02.125Z","etag":null,"topics":["abstract-syntax-tree","esprima","node-js"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farzonl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-03T07:29:09.000Z","updated_at":"2024-07-02T19:15:23.000Z","dependencies_parsed_at":"2024-10-01T15:40:51.844Z","dependency_job_id":"b9a1665d-331e-41af-bb2c-d2745eb3f567","html_url":"https://github.com/farzonl/eslint-lowerCase-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farzonl/eslint-lowerCase-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Feslint-lowerCase-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Feslint-lowerCase-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Feslint-lowerCase-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Feslint-lowerCase-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farzonl","download_url":"https://codeload.github.com/farzonl/eslint-lowerCase-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Feslint-lowerCase-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29297210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T09:11:24.369Z","status":"ssl_error","status_checked_at":"2026-02-10T09:10:47.789Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["abstract-syntax-tree","esprima","node-js"],"created_at":"2024-10-01T15:40:42.967Z","updated_at":"2026-02-10T10:34:39.619Z","avatar_url":"https://github.com/farzonl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-lowercase-naming\n\n[![Build Status](https://travis-ci.com/farzonl/eslint-lowerCase-plugin.svg?branch=master)](https://travis-ci.com/farzonl/eslint-lowerCase-plugin)\n\nenforces properties start with a lowercase letter\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-lowercase-naming`:\n\n```\n$ npm install eslint-plugin-lowercase-naming --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-lowercase-naming` globally.\n\n## Usage\n\nAdd `lowercase-naming` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"lowercase-naming\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"lowercase-naming/rule-name\": 2\n    }\n}\n```\n\n## Supported Rules\n\n* Fill in provided rules here\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarzonl%2Feslint-lowercase-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarzonl%2Feslint-lowercase-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarzonl%2Feslint-lowercase-plugin/lists"}