{"id":15771631,"url":"https://github.com/nwtgck/eslint-plugin-exaggerated-non-null-assertion","last_synced_at":"2026-05-03T04:33:16.291Z","repository":{"id":87735674,"uuid":"270209490","full_name":"nwtgck/eslint-plugin-exaggerated-non-null-assertion","owner":"nwtgck","description":"Exaggerated Non-Null Assertion","archived":false,"fork":false,"pushed_at":"2020-06-07T06:45:14.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-10-11T15:09:52.405Z","etag":null,"topics":["eslint","linter","non-null-assertion","typescript-eslint"],"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/nwtgck.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-07T06:00:00.000Z","updated_at":"2020-06-07T07:47:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5b64fee-9214-4b1b-b539-8726fbd19b0c","html_url":"https://github.com/nwtgck/eslint-plugin-exaggerated-non-null-assertion","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/nwtgck%2Feslint-plugin-exaggerated-non-null-assertion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Feslint-plugin-exaggerated-non-null-assertion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Feslint-plugin-exaggerated-non-null-assertion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Feslint-plugin-exaggerated-non-null-assertion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwtgck","download_url":"https://codeload.github.com/nwtgck/eslint-plugin-exaggerated-non-null-assertion/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465228,"owners_count":20781919,"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","linter","non-null-assertion","typescript-eslint"],"created_at":"2024-10-04T15:03:42.940Z","updated_at":"2026-05-03T04:33:16.265Z","avatar_url":"https://github.com/nwtgck.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-exaggerated-non-null-assertion\n\n## Rule Details\n\nExample of **incorrect** code for this rule:\n\n```ts\nconst foo: number | undefined = undefined;\nconst bar = foo!;\n```\n\nExample of **correct** code for this rule:\n\n```ts\nconst foo: number | undefined = undefined;\nconst bar = foo!!!;\n```\n\n\n## Installation\n\n```bash\nnpm i -D nwtgck/eslint-plugin-exaggerated-non-null-assertion\n```\n\nAdd the following settings to `.eslintrc.js` or the other ESLint setting file.\n\n```js\n    ...\n    \"plugins\": [\n      ...\n      \"exaggerated-non-null-assertion\"\n    ],\n```\n\n```js\n  ...\n  \"rules\": {\n    ...\n    // NOTE: Disable no-extra-non-null-assertion and no-non-null-assertion\n    \"@typescript-eslint/no-extra-non-null-assertion\": \"off\",\n    \"@typescript-eslint/no-non-null-assertion\": \"off\",\n    // Enable Exaggerated Non-Null Assertion\n    \"exaggerated-non-null-assertion/exaggerated-non-null-assertion\": \"error\",\n  }\n```\n\n## Example\n\nHere is an example using this lint.\n\u003chttps://github.com/nwtgck/eslint-plugin-exaggerated-non-null-assertion-example\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Feslint-plugin-exaggerated-non-null-assertion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwtgck%2Feslint-plugin-exaggerated-non-null-assertion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Feslint-plugin-exaggerated-non-null-assertion/lists"}