mirror of
https://github.com/cs01/gdbgui
synced 2024-11-16 07:47:46 +01:00
23 lines
350 B
JSON
23 lines
350 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"jquery": true
|
|
},
|
|
"extends": ["tslint-config-prettier"],
|
|
"globals": {
|
|
"initial_data": true,
|
|
"module": true,
|
|
"_": true,
|
|
"moment": true
|
|
},
|
|
"jsRules": {
|
|
"indent": {
|
|
"options": ["spaces"]
|
|
}
|
|
},
|
|
"rules": {
|
|
"quotemark": true,
|
|
"semicolon": true
|
|
}
|
|
}
|