mirror of
https://github.com/Vimux/Mainroad.git
synced 2025-04-02 17:45:02 +02:00
9 lines
161 B
Text
9 lines
161 B
Text
{
|
|
"extends": "airbnb-base/legacy",
|
|
"rules": {
|
|
"indent": [2, "tab"],
|
|
"no-tabs": 0,
|
|
"no-unused-vars": 0,
|
|
"no-shadow-restricted-names": 0
|
|
}
|
|
}
|