Files

10 lines
161 B
Plaintext
Raw Permalink Normal View History

2020-03-16 11:54:08 +01:00
{
"extends": "airbnb-base/legacy",
"rules": {
"indent": [2, "tab"],
"no-tabs": 0,
"no-unused-vars": 0,
"no-shadow-restricted-names": 0
}
}