[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:
f0x52
2023-01-25 09:47:55 +01:00
committed by GitHub
parent 36f62d6e60
commit 27d4e364e0
7 changed files with 36 additions and 16 deletions

View File

@@ -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"]
}
};