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.
- package/README.md +1 -1
- 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
|
-
[](https://github.com/abdusabri/eslint-plugin-func-params-args/actions) [](https://coveralls.io/github/abdusabri/eslint-plugin-func-params-args) [](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.
|
|
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": "^
|
|
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": "^
|
|
53
|
-
"lint-staged": "^
|
|
54
|
-
"mocha": "^
|
|
55
|
-
"nyc": "^
|
|
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": "^
|
|
57
|
+
"rimraf": "^6.0.0",
|
|
58
58
|
"typescript": "^5.0.2"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|