Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"early-islands-press2",
"friendly-walls-reply",
"gold-baboons-clap",
"green-bananas-tie",
"green-peaches-explode",
"heavy-rings-reply",
"hungry-eels-check",
Expand All @@ -34,6 +35,7 @@
"lovely-brooms-explode",
"neat-rats-sneeze",
"nervous-yaks-destroy",
"purple-suns-carry",
"rare-spiders-drop",
"rich-ways-exercise",
"short-dingos-dance",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eslint-plugin-regexp

## 2.0.0-next.12

### Major Changes

- Add `regexp/no-useless-string-literal` rule ([#639](https://github.com/ota-meshi/eslint-plugin-regexp/pull/639))

### Minor Changes

- Add support for v flag to `regexp/no-empty-character-class` ([#637](https://github.com/ota-meshi/eslint-plugin-regexp/pull/637))

## 2.0.0-next.11

### Major Changes
Expand Down
3 changes: 2 additions & 1 deletion docs/rules/no-useless-string-literal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "regexp/no-useless-string-literal"
description: "disallow string disjunction of single characters in `\\q{...}`"
since: "v2.0.0-next.12"
---
# regexp/no-useless-string-literal

Expand Down Expand Up @@ -49,7 +50,7 @@ Nothing.

## :rocket: Version

:exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
This rule was introduced in eslint-plugin-regexp v2.0.0-next.12

## :mag: Implementation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-regexp",
"version": "2.0.0-next.11",
"version": "2.0.0-next.12",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"engines": {
"node": "^18 || >=20"
Expand Down