Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 16, 2022
1 parent 1d6f38b commit 2c1a42c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/rules/absolute-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "node-dependencies/absolute-version"
description: "require or disallow absolute version of dependency."
since: "v0.7.0"
---
# node-dependencies/absolute-version

> require or disallow absolute version of dependency.
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

## :book: Rule Details

This rule enforces the use of absolute version of dependency.
Expand Down Expand Up @@ -82,6 +81,10 @@ By default, `always` applies only to `devDependencies`.
- Property Key ... Specify the package name, or the pattern such as `/^@babel\//`.
- Property Value ... Can use the Object Option or the String Option.

## :rocket: Version

This rule was introduced in eslint-plugin-node-dependencies v0.7.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-node-dependencies/blob/main/lib/rules/absolute-version.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-node-dependencies",
"version": "0.6.0",
"version": "0.7.0",
"description": "ESLint plugin to check Node.js dependencies.",
"engines": {
"node": "^12 || >=14"
Expand Down

0 comments on commit 2c1a42c

Please sign in to comment.