1
Fork 0
theorangeone.net-legacy/.eslintrc

10 lines
104 B
Text
Raw Normal View History

2017-04-30 22:46:42 +01:00
{
"extends": [
"dabapps/commonjs",
"dabapps/browser",
2017-05-06 14:58:44 +01:00
],
"globals": {
"$": true
}
2017-04-30 22:46:42 +01:00
}