File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 node-version : ${{vars.NODE_VERSION}}
2323 - name : Install modules
2424 run : npm ci --legacy-peer-deps
25- - name : Run ESLint
26- run : npm run Eslint linter
27- - name : Run Eslint formatter
25+ - name : Run ESLint linter
26+ run : npm run linter
27+ - name : Run ESLint formatter
2828 run : npm run format
Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ module.exports = grammar({
665665
666666 /// Composite Expressions
667667
668- expr_unary : $ => {
668+ expr_unary : $ => {
669669 const after_not = choice (
670670 $ . val_bool ,
671671 $ . expr_parenthesized ,
Original file line number Diff line number Diff line change 4949 "start" : " tree-sitter playground" ,
5050 "test" : " node --test bindings/node/*_test.js" ,
5151 "lint" : " eslint grammar.js" ,
52- "format" : " eslint --format grammar.js"
52+ "format" : " eslint --fix grammar.js"
5353 }
5454}
You can’t perform that action at this time.
0 commit comments