apradiobot/.eslintrc
2019-12-09 14:11:58 -05:00

10 lines
128 B
Plaintext

{
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
}
}