1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/.eslintrc

7 lines
90 B
Plaintext
Raw Permalink Normal View History

2016-04-21 18:26:24 +01:00
{
2017-01-11 09:03:15 +00:00
"extends": "eslint-config-dabapps/base/.eslintrc",
2016-04-21 18:50:09 +01:00
"globals": {
2017-01-11 09:03:15 +00:00
"$": true
2016-04-21 18:50:09 +01:00
}
2016-04-21 18:26:24 +01:00
}