This commit is contained in:
2018-05-16 18:25:55 +03:00
commit fa053c63d5
9 changed files with 10556 additions and 0 deletions

13
.eslintrc.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": ["airbnb-base"],
"rules": {
"linebreak-style": "off",
"no-unused-expressions": [
"error",
{
"allowTernary": true
}
],
"no-console": "off"
}
}