{"id":16536250,"url":"https://github.com/santi/eslint-plugin-robber-language","last_synced_at":"2026-05-18T15:02:39.763Z","repository":{"id":57230197,"uuid":"98822722","full_name":"santi/eslint-plugin-robber-language","owner":"santi","description":"Eslint rules for robbers","archived":false,"fork":false,"pushed_at":"2017-08-09T13:12:14.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T23:43:12.625Z","etag":null,"topics":["eslint","eslintplugin","robber-language"],"latest_commit_sha":null,"homepage":"","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/santi.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":"2017-07-30T20:23:23.000Z","updated_at":"2017-10-23T19:29:59.000Z","dependencies_parsed_at":"2022-09-14T14:50:52.442Z","dependency_job_id":null,"html_url":"https://github.com/santi/eslint-plugin-robber-language","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santi%2Feslint-plugin-robber-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santi%2Feslint-plugin-robber-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santi%2Feslint-plugin-robber-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santi%2Feslint-plugin-robber-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santi","download_url":"https://codeload.github.com/santi/eslint-plugin-robber-language/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santi%2Feslint-plugin-robber-language/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259010575,"owners_count":22792143,"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","eslintplugin","robber-language"],"created_at":"2024-10-11T18:30:10.846Z","updated_at":"2026-05-18T15:02:34.715Z","avatar_url":"https://github.com/santi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-robber-language\n\nRobber Language is a secret code language made popular in the books about\nKalle Blomkvist (Eng: Bill Bergson) by Astrid Lindgren in the 1940s and 1950s.\n\nThe Robber Language is spoken by robbers, where every consonant is\ndoubled, with an 'o' added in-between. This provides for a code language that\nis quick and easy to learn, but hard for an untrained ear to understand.\n\nThis plugin provides linting rules so that robbers are able to write their\ncode without anyone else understanding it.\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-robber-language`:\n\n```\n$ npm install eslint-plugin-robber-language --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-robber-language` globally.\n\n## Usage\n\nAdd `robber-language` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"robber-language\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"robber-language/variables\": \"warn\"\n    }\n}\n```\n\n### Supported Rules\n\n* `robber-language/variables`\n* `robber-language/functions`\n* `robber-language/objects`\n* `robber-language/import`\n\n## Recommended configuration\n\nThis plugin also exports a set of recommended configuration options for the rules.\nTo use the recommended configuration, add the following under the extends section.\n\n```json\n{\n  \"extends\": {\n    \"plugin:robber-language/recommended\"\n  }\n}\n```\n\n## Fixing\n\nAll rules support automatic fixing of linting errors. To automatically fix the errors,\napply the `--fix` flag when using `eslint` from the command line.\n\n**Warning:**  Automatic fixing only fixes declaration errors. Identifiers used\nat a later point are not touched. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanti%2Feslint-plugin-robber-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanti%2Feslint-plugin-robber-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanti%2Feslint-plugin-robber-language/lists"}