Skip to content

Commit fc615e5

Browse files
committed
updated eslint formatter
1 parent b9d3126 commit fc615e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Run ESLint
2626
run: npm run Eslint linter
2727
- name: Run Eslint formatter
28-
run: npm run format
28+
run: npm run format --fix

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)