update params for linter in package.json

This commit is contained in:
锦恢 2023-11-20 22:58:27 +08:00
commit 8a480c52af
5 changed files with 26 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,8 +1,11 @@
out out
dist dist
node_modules node_modules
script/__pycache__
.vscode-test/ .vscode-test/
*.vsix *.vsix
parser_stuck.v parser_stuck.v
**/*.wasm **/*.wasm
out-js/ out-js/
*.pyc
*.pyd

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -84,4 +84,4 @@ const vlogLinter = new VlogLinter();
export { export {
vlogLinter vlogLinter
}; };