mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
No more max lions
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint max-lines: off */
|
||||
import 'styled-components';
|
||||
|
||||
export type WallpaperEffect = (element: HTMLElement | null) => () => void;
|
||||
|
||||
Reference in New Issue
Block a user