Skip to content

Commit

Permalink
Lint new file too.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed Apr 1, 2024
1 parent 513085b commit ce7a05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion context.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function bindContextMenu(node) {
btnCopyValue.style.display = valueEnabled ? 'block' : 'none';
event.stopPropagation();
};
};
}

function close() {
contextMenu.style.visibility = 'hidden';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://lapo.it/asn1js/",
"files": [ "asn1.js", "base64.js", "hex.js", "int10.js", "oids.js" ],
"scripts": {
"lint": "npx eslint asn1.js base64.js hex.js int10.js oids.js tags.js index.js parseRFC.js dumpASN1.js",
"lint": "npx eslint asn1.js base64.js hex.js int10.js oids.js tags.js context.js index.js parseRFC.js dumpASN1.js",
"lint-action": "npx @action-validator/cli .github/workflows/node.js.yml",
"serve": "echo 'Connect to http://localhost:3000/' ; npx statik --port 3000 .",
"test": "node test"
Expand Down

0 comments on commit ce7a05a

Please sign in to comment.