1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-18 08:38:55 +09:00
YuruToot/.eslintrc
2016-08-31 22:58:10 +02:00

20 lines
212 B
Plaintext

{
"env": {
"browser": true,
"node": false,
"es6": true
},
"plugins": [
"react"
],
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
},
},
}