mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
21 lines
241 B
Text
21 lines
241 B
Text
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": false,
|
|
"es6": true
|
|
},
|
|
|
|
"parser": "babel-eslint",
|
|
|
|
"plugins": [
|
|
"react"
|
|
],
|
|
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
},
|
|
},
|
|
}
|