website/.eslintrc

7 lines
87 B
Plaintext
Raw Normal View History

2017-08-09 17:38:44 +02:00
{
2017-08-29 15:09:36 +02:00
"extends": "ascribe",
"rules": {
"no-unused-vars": 0
}
2017-08-09 17:38:44 +02:00
}