12 lines
285 B
JSON
12 lines
285 B
JSON
{
|
|
"name": "rust-lint",
|
|
"description": "Automatically format Rust files with rustfmt and provide on-demand clippy linting",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Cheolwan Park",
|
|
"url": "https://github.com/cheolwanpark"
|
|
},
|
|
"hooks": [
|
|
"./hooks/hooks.json"
|
|
]
|
|
} |