Add basic scaffolding for site.
This commit is contained in:
9
themes/mainroad/.eslintrc
Normal file
9
themes/mainroad/.eslintrc
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "airbnb-base/legacy",
|
||||
"rules": {
|
||||
"indent": [2, "tab"],
|
||||
"no-tabs": 0,
|
||||
"no-unused-vars": 0,
|
||||
"no-shadow-restricted-names": 0
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user