mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: document vscode extension
This commit is contained in:
parent
1589612726
commit
4cdac7bbbe
5 changed files with 11 additions and 8 deletions
|
@ -25,7 +25,7 @@ with [Alejandra](https://github.com/kamadorueda/alejandra).
|
|||
|
||||
Enjoy!
|
||||
|
||||
# Troubleshooting
|
||||
## Troubleshooting
|
||||
|
||||
If you encounter a problem
|
||||
please let us know in the
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"lib": [
|
||||
"ES2020"
|
||||
],
|
||||
"lib": ["ES2020"],
|
||||
"module": "CommonJS",
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue