1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-18 15:53:00 +09:00
mastodon/.eslintrc

20 lines
212 B
Plaintext
Raw Normal View History

{
"env": {
"browser": true,
"node": false,
"es6": true
},
2016-09-01 05:58:10 +09:00
"plugins": [
"react"
],
2016-09-01 05:58:10 +09:00
"parserOptions": {
"sourceType": "module",
2016-09-01 05:58:10 +09:00
"ecmaFeatures": {
"jsx": true
},
},
}