{"id":21193647,"url":"https://github.com/danielmschmidt/eslint-plugin-test-names","last_synced_at":"2025-07-10T03:32:54.847Z","repository":{"id":57230264,"uuid":"117688001","full_name":"DanielMSchmidt/eslint-plugin-test-names","owner":"DanielMSchmidt","description":"Validates if the test names are set up correctly","archived":false,"fork":false,"pushed_at":"2023-12-15T08:34:34.000Z","size":23,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-02T06:48:05.334Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DanielMSchmidt.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}},"created_at":"2018-01-16T13:37:18.000Z","updated_at":"2023-05-24T11:45:47.000Z","dependencies_parsed_at":"2022-09-14T21:20:37.901Z","dependency_job_id":null,"html_url":"https://github.com/DanielMSchmidt/eslint-plugin-test-names","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Feslint-plugin-test-names","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Feslint-plugin-test-names/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Feslint-plugin-test-names/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Feslint-plugin-test-names/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielMSchmidt","download_url":"https://codeload.github.com/DanielMSchmidt/eslint-plugin-test-names/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225615164,"owners_count":17496946,"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-20T19:15:08.594Z","updated_at":"2024-11-20T19:15:09.223Z","avatar_url":"https://github.com/DanielMSchmidt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-test-names [![Build Status](https://travis-ci.org/DanielMSchmidt/eslint-plugin-test-names.svg?branch=master)](https://travis-ci.org/DanielMSchmidt/eslint-plugin-test-names)\n\nValidates if the test names don't contain a certain set of words\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-test-names`:\n\n```\n$ npm install eslint-plugin-test-names --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-test-names` globally.\n\n## Usage\n\nAdd `test-names` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n  \"plugins\": [\"test-names\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"test-names/blacklist-word-in-test-name\": [\n      2,\n      { \"words\": [\"should\", \"needs to\"], \"caseInsensitive\": true }\n    ]\n  }\n}\n```\n\n## Supported Rules\n\n* `blacklist-word-in-test-name`: Blacklists a word in the name of a test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmschmidt%2Feslint-plugin-test-names","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmschmidt%2Feslint-plugin-test-names","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmschmidt%2Feslint-plugin-test-names/lists"}