Skip to content

Commit 30c48a6

Browse files
committed
update readme
1 parent a181629 commit 30c48a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ For detailed configuration options, see:
9595
```json
9696
{
9797
"diagnostics": {
98-
"undefined-global": false
98+
"disable" : [
99+
"undefined-global"
100+
]
99101
}
100102
}
101103
```
@@ -124,7 +126,7 @@ For detailed configuration options, see:
124126

125127
**English**: The Rust implementation provides better performance, memory safety, and cross-platform compatibility compared to the previous .NET and Java versions.
126128

127-
**中文**: Rust 实现提供了更好的性能、内存安全性和跨平台兼容性。(作者说:因为我想试试 rust 😄)
129+
**中文**: Rust 实现提供了更好的性能、内存安全性和跨平台兼容性。(因为我想试试 rust 😄)
128130
</details>
129131

130132
## 🤝 Contributing

0 commit comments

Comments
 (0)