1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-27 22:38:27 +09:00
mastodon/.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
},
},
}