Skip to content

Commit

Permalink
remove old rules
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhxx committed Nov 28, 2021
1 parent 864a2b8 commit 64a9ef8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions base-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,19 +256,10 @@ module.exports = {
0,
4
], //嵌套块深度
"max-len": [
0,
80,
4
], //字符串最大长度
"max-nested-callbacks": [
0,
2
], //回调嵌套深度
"max-params": [
0,
3
], //函数最多只能有3个参数
"max-statements": [
0,
10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-proste",
"description": "preset eslint config",
"version": "2.4.0",
"version": "2.4.1",
"repository": "https://github.com/xyhxx/proste-eslint-config.git",
"author": "xyh <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 64a9ef8

Please sign in to comment.