Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue