eslint-plugin-func-params-args 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -4,7 +4,7 @@ Limit the number of function parameters and arguments with ease and flexibility!
4
4
 
5
5
  This plugin intends to give you control over how many parameters are used in function definitions (declarations), function expressions, arrow function expressions, and TypeScript function type annotations. In addition to this, you can also set limits on how many arguments can be used when calling functions, where you can set a global limit, and have even finer control by providing limits for specific function calls (set by configuring/providing the name of a function).
6
6
 
7
- [![Travis (.com) branch](https://img.shields.io/travis/com/abdusabri/eslint-plugin-func-params-args/master)](https://app.travis-ci.com/github/abdusabri/eslint-plugin-func-params-args) [![Coveralls github branch](https://img.shields.io/coveralls/github/abdusabri/eslint-plugin-func-params-args/master?logo=coveralls&style=flat-square)](https://coveralls.io/github/abdusabri/eslint-plugin-func-params-args) [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
7
+ [![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/abdusabri/eslint-plugin-func-params-args/nodejs.yml?branch=master)](https://github.com/abdusabri/eslint-plugin-func-params-args/actions) [![Coveralls github branch](https://img.shields.io/coveralls/github/abdusabri/eslint-plugin-func-params-args/master?logo=coveralls&style=flat-square)](https://coveralls.io/github/abdusabri/eslint-plugin-func-params-args) [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
8
8
 
9
9
  ## Table of contents
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-func-params-args",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Limit the number of function parameters and arguments with ease and flexibility",
5
5
  "author": "Abdulrahman (Abdu) Assabri <abdusabri@abdusabri.com>",
6
6
  "keywords": [
@@ -45,16 +45,16 @@
45
45
  "eslint": "^6 || ^7.1.0 || ^8.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@typescript-eslint/parser": "^6.12.0",
48
+ "@typescript-eslint/parser": "^8.0.0",
49
49
  "babel-minify": "^0.5.1",
50
50
  "coveralls": "^3.1.0",
51
51
  "eslint": "^8.2.0",
52
- "husky": "^8.0.2",
53
- "lint-staged": "^15.0.2",
54
- "mocha": "^10.0.0",
55
- "nyc": "^15.1.0",
52
+ "husky": "^9.0.0",
53
+ "lint-staged": "^16.0.0",
54
+ "mocha": "^11.0.0",
55
+ "nyc": "^17.0.0",
56
56
  "prettier": "^3.1.0",
57
- "rimraf": "^5.0.5",
57
+ "rimraf": "^6.0.0",
58
58
  "typescript": "^5.0.2"
59
59
  },
60
60
  "files": [