mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
frontend linting
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import * as e from './index';
|
||||
import * as e from "./index";
|
||||
|
||||
const setup = () => {
|
||||
let x = document.createElement('div');
|
||||
const setup = (): HTMLElement => {
|
||||
const x = document.createElement("div");
|
||||
x.id = e.ERR_CONTAINER_ID;
|
||||
return x;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user