1
Fork 0
theorangeone.net-legacy/.eslintrc

7 lines
89 B
Text
Raw Normal View History

2016-04-21 18:26:24 +01:00
{
2016-11-28 21:08:45 +00:00
"extends": "eslint-config-dabapps/react/.eslintrc",
2016-04-21 18:50:09 +01:00
"globals": {
$: true
}
2016-04-21 18:26:24 +01:00
}