Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Feb 27, 2021
1 parent 9cf4beb commit 03bacf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/rules/prefer-quantifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "regexp/prefer-quantifier"
description: "enforce using quantifier"
since: "v0.2.0"
---
# regexp/prefer-quantifier

> enforce using quantifier
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.

## :book: Rule Details
Expand All @@ -33,6 +33,10 @@ var foo = /\d\d\d\d-\d\d-\d\d/;

Nothing.

## :rocket: Version

This rule was introduced in eslint-plugin-regexp v0.2.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/lib/rules/prefer-quantifier.ts)
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": "0.1.1",
"version": "0.2.0",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 03bacf7

Please sign in to comment.