mirror of
https://github.com/hexastack/hexabot
synced 2025-04-03 12:52:06 +00:00
fix(widget): introduce ESLint no-multiple-empty-lines rule
This commit is contained in:
parent
514065e4b8
commit
d6972cf982
@ -65,7 +65,8 @@
|
||||
" "
|
||||
],
|
||||
2
|
||||
]
|
||||
],
|
||||
"no-multiple-empty-lines": ["error", { "max": 1 }]
|
||||
},
|
||||
"settings": {
|
||||
"react": {
|
||||
|
@ -6,7 +6,6 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
|
||||
import "normalize.css";
|
||||
import "./ChatWidget.css";
|
||||
import Launcher from "./components/Launcher";
|
||||
|
@ -6,7 +6,6 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
|
||||
import { PropsWithChildren } from "react";
|
||||
|
||||
import Launcher from "./components/Launcher";
|
||||
|
@ -6,7 +6,6 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
|
||||
import React, {
|
||||
SyntheticEvent,
|
||||
useCallback,
|
||||
|
@ -6,7 +6,6 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
|
||||
import { io, ManagerOptions, Socket, SocketOptions } from "socket.io-client";
|
||||
|
||||
import { Config } from "../types/config.types";
|
||||
|
@ -6,7 +6,6 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
|
||||
import { FileType } from "../types/message.types";
|
||||
|
||||
export function getFileType(mimeType: string): FileType {
|
||||
|
Loading…
Reference in New Issue
Block a user