1
Fork 0
theorangeone.net-legacy/.eslintrc

9 lines
104 B
Text

{
"extends": [
"dabapps/commonjs",
"dabapps/browser",
],
"globals": {
"$": true
}
}