Files
homepage/themes/Gregroad/.eslintrc
T

10 lines
161 B
Plaintext
Raw Normal View History

2022-10-10 16:06:10 -05:00
{
"extends": "airbnb-base/legacy",
"rules": {
"indent": [2, "tab"],
"no-tabs": 0,
"no-unused-vars": 0,
"no-shadow-restricted-names": 0
}
}