1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-28 14:58:38 +09:00
YuruToot/.eslintrc

22 lines
241 B
Plaintext
Raw Normal View History

{
"env": {
"browser": true,
"node": false,
"es6": true
},
2016-09-01 21:12:11 +09:00
"parser": "babel-eslint",
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
},
},
}