Skip to content

Commit

Permalink
v1.1.2 (#22)
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
aooen authored Apr 29, 2021
2 parents e070bd1 + c3bd275 commit e1dc008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "@channel.io/eslint-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "eslint configuration for channel.io web",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ module.exports = {
'no-useless-constructor': 'error',
'semi': ['error', 'never'],
'sort-keys': 'off',
'prefer-arrow-callback': ['error', { 'allowNamedFunctions': true }],
}

0 comments on commit e1dc008

Please sign in to comment.