Skip to content

Commit

Permalink
👊    v1.0.5 ➖   Fist bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
brentonhouse committed Jul 3, 2023
1 parent 6e2c6df commit 6dd9438
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module.exports = {
`declaration`,
{ allowArrowFunctions: true },
],
'function-paren-newline': [ `error`, `consistent` ],
'generator-star-spacing': `error`,
'id-match': `error`,
'indent': [
Expand Down
4 changes: 2 additions & 2 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,6 +1,6 @@
{
"name": "@geek/eslint-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint base configuration for Node.js development",
"main": ".eslintrc.js",
"repository": {
Expand All @@ -25,14 +25,14 @@
"license": "MIT",
"dependencies": {
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.0",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-promise": "^6.1.1"
},
"peerDependencies": {
"eslint": "^8.43.0"
"eslint": "^8.44.0"
},
"devDependencies": {
"eslint": "^8.43.0"
"eslint": "^8.44.0"
}
}

0 comments on commit 6dd9438

Please sign in to comment.