mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"extends": ["airbnb-base", "plugin:jest/recommended"],
|
|
"plugins": ["jest"],
|
|
"rules": {
|
|
"linebreak-style": "off",
|
|
"no-unused-expressions": [
|
|
"error",
|
|
{
|
|
"allowTernary": true
|
|
}
|
|
],
|
|
"no-console": "off",
|
|
"no-underscore-dangle": ["warn", { "allow": ["_id"] }],
|
|
"func-names": "off"
|
|
}
|
|
}
|