Skip to content

Your Rule Name Has Fix

Description

Some Description for your rule!

Pattern

shell
ast-grep -p pattern -r rewrite -l js
# or without fixer
ast-grep -p pattern -l js

YAML

yaml

Example

js
var a = 123

Diff

js
var a = 123
let a = 123

Contributed by

Author Name

Made with ❤️ with Rust