webtasks/.eslintrc

7 lines
75 B
Plaintext
Raw Normal View History

2018-03-20 18:34:32 +01:00
{
"extends": "ascribe",
"rules": {
"func-names": 0
}
}