mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 20:29:43 +00:00
lint client
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import './admin.less';
|
import './admin.less';
|
||||||
import React, { useEffect, useState } from 'react';
|
import React, { useEffect, useState } from 'react';
|
||||||
import BrewUtils from "./brewUtils/brewUtils.jsx";
|
import BrewUtils from './brewUtils/brewUtils.jsx';
|
||||||
import NotificationUtils from './notificationUtils/notificationUtils.jsx';
|
import NotificationUtils from './notificationUtils/notificationUtils.jsx';
|
||||||
import AuthorUtils from './authorUtils/authorUtils.jsx';
|
import AuthorUtils from './authorUtils/authorUtils.jsx';
|
||||||
import LockTools from './lockTools/lockTools.jsx';
|
import LockTools from './lockTools/lockTools.jsx';
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
import React from "react";
|
import React from 'react';
|
||||||
import "./brewUtils.less";
|
import './brewUtils.less';
|
||||||
|
|
||||||
import BrewCleanup from "./brewCleanup/brewCleanup.jsx";
|
import BrewCleanup from './brewCleanup/brewCleanup.jsx';
|
||||||
import BrewLookup from "./brewLookup/brewLookup.jsx";
|
import BrewLookup from './brewLookup/brewLookup.jsx';
|
||||||
import BrewCompress from "./brewCompress/brewCompress.jsx";
|
import BrewCompress from './brewCompress/brewCompress.jsx';
|
||||||
import Stats from "./stats/stats.jsx";
|
import Stats from './stats/stats.jsx';
|
||||||
|
|
||||||
const BrewUtils = ()=>{
|
const BrewUtils = ()=>{
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* eslint-disable camelcase */
|
|
||||||
import 'core-js/es/string/to-well-formed.js'; //Polyfill for older browsers
|
import 'core-js/es/string/to-well-formed.js'; //Polyfill for older browsers
|
||||||
import './homebrew.less';
|
import './homebrew.less';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|||||||
Reference in New Issue
Block a user