Files
ustk-todolist/.eslintrc.json
2018-05-16 18:25:55 +03:00

14 lines
203 B
JSON

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