mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-19 21:43:30 -04:00
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"extends": "dtslint/dtslint.json",
|
|
"rule": {
|
|
"semicolon": true,
|
|
"indent": [true, "spaces", 2]
|
|
}
|
|
}
|