Skip to content

Commit

Permalink
Add 'num' and 'sig'
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Sep 24, 2021
1 parent d4b82c6 commit e11ca49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/base/rules-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
"hex",
"int",
"msg",
"opt"
"num",
"opt",
"sig"
],
"id-length": [
"error",
Expand Down
2 changes: 2 additions & 0 deletions packages/base/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ module.exports = {
'hex',
'int',
'msg',
'num',
'opt',
'sig',
],
'id-length': [
'error',
Expand Down

0 comments on commit e11ca49

Please sign in to comment.