create-guilded-bot/packages/framework/javascript/.eslintrc.json

9 lines
No EOL
105 B
JSON

{
"parserOptions": {
"ecmaVersion": "latest"
},
"env": {
"es6": true
}
}