{"id":22165267,"url":"https://github.com/doochik/eslint-plugin-json-processor","last_synced_at":"2025-03-24T16:13:36.169Z","repository":{"id":57229952,"uuid":"198702816","full_name":"doochik/eslint-plugin-json-processor","owner":"doochik","description":"Simple plugin to process JSON with ESLint rules","archived":false,"fork":false,"pushed_at":"2020-05-23T09:52:43.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-02T08:02:55.659Z","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/doochik.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":"2019-07-24T20:06:20.000Z","updated_at":"2020-05-23T09:52:41.000Z","dependencies_parsed_at":"2022-09-14T14:52:08.523Z","dependency_job_id":null,"html_url":"https://github.com/doochik/eslint-plugin-json-processor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Feslint-plugin-json-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Feslint-plugin-json-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Feslint-plugin-json-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Feslint-plugin-json-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doochik","download_url":"https://codeload.github.com/doochik/eslint-plugin-json-processor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245304873,"owners_count":20593626,"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-12-02T05:14:18.466Z","updated_at":"2025-03-24T16:13:36.143Z","avatar_url":"https://github.com/doochik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-json-processor\nSimple plugin to lint JSON with ESLint rules\n\n## Installation\n\n`npm install --save-dev eslint-plugin-json-processor`\n\neslintrc.js\n```...\n\"plugins\": [\n    \"es5\",\n    \"jest\",\n    \"react\",\n    'eslint-plugin-json-processor',\n],\n....\n\"overrides\": [\n    // NOTE: basically you should override JS rules to be compatible with JSON\n    {\n        files: [ '*.json' ],\n        rules: {\n            'comma-dangle': [ 'error', 'never' ],\n            'eol-last': [ 'error', 'never' ],\n            'max-len': 'off',\n            quotes: [ 'error', 'double' ],\n            'quote-props': [ 'error', 'always' ],\n            semi: [ 'error', 'never' ],\n        },\n    },\n....\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoochik%2Feslint-plugin-json-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoochik%2Feslint-plugin-json-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoochik%2Feslint-plugin-json-processor/lists"}