{"id":19388107,"url":"https://github.com/zakimohammed/react-eslint","last_synced_at":"2026-05-05T10:36:37.704Z","repository":{"id":231951356,"uuid":"779633031","full_name":"ZakiMohammed/react-eslint","owner":"ZakiMohammed","description":"React project for setting up ESLint.","archived":false,"fork":false,"pushed_at":"2024-05-27T18:00:44.000Z","size":48,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T08:42:00.170Z","etag":null,"topics":["eslint","react","react-eslint"],"latest_commit_sha":null,"homepage":"","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/ZakiMohammed.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":"2024-03-30T11:13:16.000Z","updated_at":"2024-05-27T17:54:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"78555417-d122-4de6-bb0c-46d869147b4d","html_url":"https://github.com/ZakiMohammed/react-eslint","commit_stats":null,"previous_names":["zakimohammed/react-eslint"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-eslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-eslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-eslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-eslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZakiMohammed","download_url":"https://codeload.github.com/ZakiMohammed/react-eslint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240540549,"owners_count":19817791,"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","react","react-eslint"],"created_at":"2024-11-10T10:11:48.204Z","updated_at":"2026-05-05T10:36:37.654Z","avatar_url":"https://github.com/ZakiMohammed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React ESLint\n\nReact project for setting up ESLint.\n\n## Run App\n\nBelow command will run the project:\n\n```\nnpm run server\nnpm run dev\n```\n\nFor running the server, install `json-server` globally:\n\n```\nnpm install -g json-server\n```\n\n## Initial Setup\n\nBelow command executed to perform initial setup:\n\n```\nnpm create vite@latest\n\n# project name: react-eslint\n# framework: react\n# variant: JavaScript + SWC\n\ncd react-eslint\nnpm i\n\n```\n\n## ESLint\n\nRun command:\n\n```\nnpm run lint\n```\n\nAdd new script:\n\n```\n\"lint\": \"eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0\",\n\"lint:html\": \"eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0 --format html \u003e lint.html\",\n```\n\nAdd ESLint ignore file `.eslintignore`:\n\n```\nnode_modules/\ndist/\n.prettierrc.cjs\n.eslintrc.cjs\n```\n\nRefer: https://eslint.org/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Freact-eslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakimohammed%2Freact-eslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Freact-eslint/lists"}