@putout/cli-ruler
Advanced tools
+1
-1
| import {join} from 'node:path'; | ||
| import process from 'node:process'; | ||
| import tryToCatch from 'try-to-catch'; | ||
| import {tryToCatch} from 'try-to-catch'; | ||
| import * as ruleProcessor from './rule-processor.js'; | ||
@@ -5,0 +5,0 @@ |
+4
-4
| { | ||
| "name": "@putout/cli-ruler", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -27,3 +27,3 @@ "description": "toggle rules in .putout.json", | ||
| "dependencies": { | ||
| "try-to-catch": "^3.0.0" | ||
| "try-to-catch": "^4.0.0" | ||
| }, | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
| "c8": "^10.0.0", | ||
| "eslint": "^9.0.0", | ||
| "eslint": "^10.0.0-alpha.0", | ||
| "eslint-plugin-n": "^17.0.0", | ||
| "eslint-plugin-putout": "^26.0.0", | ||
| "eslint-plugin-putout": "^29.0.0", | ||
| "madrun": "^11.0.0", | ||
@@ -41,0 +41,0 @@ "nodemon": "^3.0.1", |
6100
0.18%+ Added
- Removed
Updated