mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"extends": ["airbnb-base"],
|
|
"rules": {
|
|
"linebreak-style": "off",
|
|
"no-unused-expressions": [
|
|
"error",
|
|
{
|
|
"allowTernary": true
|
|
}
|
|
],
|
|
"no-console": "off"
|
|
}
|
|
}
|