Skip to content

Commit

Permalink
edit max len
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhxx committed Dec 17, 2021
1 parent b45d5d3 commit 9f8f084
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions base-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ module.exports = {
"rules": {
"max-len": [
2,
120,
2
{
"code": 100,
"tabWidth": 2,
"ignoreUrls": true,
"ignoreComments": true,
"ignoreRegExpLiterals": true,
"ignoreStrings": false,
"ignoreTemplateLiterals": false
}
],
"max-params": [
2,
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.2",
"version": "2.4.3",
"repository": "https://github.com/xyhxx/proste-eslint-config.git",
"author": "xyh <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9f8f084

Please sign in to comment.