normalize-syntax-rules 0.3.2

Syntax-based linting rules with tree-sitter queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
# return early_value
# if (condition):
# while (True):
# import os
# let x = 5
# def foo(bar):
# fn main():
# func handler():
# var count = 0
# const MAX = 10
# getData(url);