Skip to content

Commit

Permalink
fix: add lint script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 28, 2023
1 parent d6d0e89 commit e36f054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"repository": "https://github.com/amaanq/tree-sitter-kdl",
"scripts": {
"build": "tree-sitter generate && node-gyp build",
"test": "tree-sitter test && script/parse-examples",
"lint": "eslint grammar.js",
"parse": "tree-sitter parse",
"test": "tree-sitter test && script/parse-examples",
"test-windows": "tree-sitter test"
},
"tree-sitter": [
Expand Down

0 comments on commit e36f054

Please sign in to comment.