From 3d8a9ff186b9e3bf009af64d7ee53bbf88348aa9 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sat, 3 Apr 2021 21:22:30 -0700 Subject: [PATCH] No more max lions --- .eslintrc.json | 1 - styles/styled.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ae04e643..07fd3366 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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", diff --git a/styles/styled.ts b/styles/styled.ts index 541bdbe5..b925424c 100644 --- a/styles/styled.ts +++ b/styles/styled.ts @@ -1,4 +1,3 @@ -/* eslint max-lines: off */ import 'styled-components'; export type WallpaperEffect = (element: HTMLElement | null) => () => void;