1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-23 01:36:26 +02:00
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
}