Skip to content

Commit

Permalink
Merge pull request #6 from ponbike/feature/first-draft
Browse files Browse the repository at this point in the history
Change the docblock max length to 120 chars
  • Loading branch information
pieter-pon authored Nov 25, 2021
2 parents 2134599 + 404002a commit efbdd71
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 62 deletions.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"error",
{
"code": 120,
"comments": 80,
"comments": 120,
"tabWidth": 4,
"ignoreUrls": true,
"ignoreRegExpLiterals": true,
Expand Down
102 changes: 45 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ponbike/ponstandard",
"description": "JavaScript Standard Style with custom PON tweaks",
"version": "0.2.2",
"version": "0.3.0",
"author": {
"name": "Pieter Wigboldus",
"email": "[email protected]",
Expand All @@ -15,10 +15,10 @@
"dependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"standard": "^16.0.1",
"eslint-plugin-promise": "^5.1.1",
"standard": "^16.0.4",
"standard-engine": "^14.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit efbdd71

Please sign in to comment.