mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Settings refactor fix4 (#1383)
* fix error handling behavior in emoji overview and FormWithData components * css: long domain cutoff * unused require * eslint vscode task
This commit is contained in:
@@ -22,6 +22,6 @@ module.exports = {
|
||||
"extends": ["@joepie91/eslint-config/react"],
|
||||
"plugins": ["license-header"],
|
||||
"rules": {
|
||||
"license-header/header": ["error", ".license-header.js"]
|
||||
"license-header/header": ["error", __dirname + "/.license-header.js"]
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user