Skip to content

Commit

Permalink
Added app, param, and params as allowed abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
vsulak committed Nov 7, 2022
1 parent 703dc00 commit 4fc627b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 16.2.0 (2022-11-07)

- Added `app`, `param`, and `params` as allowed abbreviations

## 16.1.0 (2022-11-07)

- Updated target compatibility of browser back towards `ES6`
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,11 @@ module.exports = {
},
},
allowList: {
app: true,
req: true,
res: true,
param: true,
params: true,
},
},
],
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-touch4it",
"version": "16.0.0",
"version": "16.2.0",
"description": "ESLint configuration for ES6+ projects based on XO",
"license": "ISC",
"engines": {
Expand Down

0 comments on commit 4fc627b

Please sign in to comment.