mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
eb25739c34
* re-add eslint * fix oauth url getting too long * actually attach single emoji get and delete routes * basic emoji details + deletion using rtk query * refactor emoji upload to rtk query * clean up old redux api+reducers for custom emoji * fix validation order * refactor custom emoji form fields * remove unused requires * cleanup, fix most eslint errors * more small eslint fixes * fix max emoji size * tiny bit of function documentation
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": ["@joepie91/eslint-config/react"]
|
|
}; |