No more max lions

This commit is contained in:
Dustin Brett
2021-04-03 21:22:30 -07:00
parent 2a91b219fa
commit 3d8a9ff186
2 changed files with 0 additions and 2 deletions

View File

@@ -50,7 +50,6 @@
"error",
{ "argsIgnorePattern": "^_" }
],
"max-lines": ["error", 80],
"react/jsx-filename-extension": [1, { "extensions": [".tsx"] }],
"react/jsx-props-no-spreading": "off",
"react/prop-types": "off",

View File

@@ -1,4 +1,3 @@
/* eslint max-lines: off */
import 'styled-components';
export type WallpaperEffect = (element: HTMLElement | null) => () => void;