mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
* Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2 * update distro * fix layering * update distro * fix tests
8 lines
100 B
JSON
8 lines
100 B
JSON
{
|
|
"extends": ".eslintrc.json",
|
|
"rules": {
|
|
"no-sync": "warn",
|
|
"strict": ["warn", "never"]
|
|
}
|
|
}
|