1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert tsconfig and linter changes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-29 13:21:12 +03:00
parent 50bd3b1c2e
commit 0ee65f4cc5
3 changed files with 3 additions and 4 deletions

View File

@ -183,9 +183,7 @@ module.exports = {
{ "blankLine": "always", "prev": "*", "next": "class" },
{ "blankLine": "always", "prev": ["const", "let", "var"], "next": "*" },
{ "blankLine": "any", "prev": ["const", "let", "var"], "next": ["const", "let", "var"]},
],
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
]
},
}
]

View File

@ -1,4 +1,5 @@
import "./hotbar-selector.scss";
import React from "react";
import { Icon } from "../icon";
import { Badge } from "../badge";
import { Tooltip } from "@material-ui/core";

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"jsx": "react-jsx",
"jsx": "react",
"target": "ES2017",
"module": "ESNext",
"lib": [