completely split eslint config

This commit is contained in:
2020-10-10 23:07:35 +03:00
committed by Stepan Usatiuk
parent 442e882b72
commit e4b8ed0702
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import * as React from "react";
import { render } from "react-dom";
render(<h1>Hello World</h1>, document.getElementById("root"));
render(<h1>Hello World</h1>, document.getElementById("root"));