brain / Extension /.eslintrc
neptune-web
feature(#72): add babelrc
2acf0e8
raw
history blame contribute delete
80 Bytes
{
"extends": "react-app",
"globals": {
"chrome": "readonly"
}
}