Transitioning to Vue. Installed environment and restored homepage scene overview.
This commit is contained in:
13
src/.eslintrc
Normal file
13
src/.eslintrc
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "airbnb-base",
|
||||
"parserOptions": {
|
||||
"sourceType": "script"
|
||||
},
|
||||
"rules": {
|
||||
"strict": 0,
|
||||
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
|
||||
"no-console": 0,
|
||||
"indent": ["error", 4],
|
||||
"max-len": [2, {"code": 200, "tabWidth": 4, "ignoreUrls": true}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user