mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Eslint fixes
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import {
|
||||
getFirstMatch,
|
||||
} from './utils';
|
||||
import { getFirstMatch } from './utils';
|
||||
|
||||
/*
|
||||
* More specific goes first
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import {
|
||||
getFirstMatch,
|
||||
} from './utils';
|
||||
import { getFirstMatch } from './utils';
|
||||
|
||||
function getWindowsVersionName(version) {
|
||||
switch (version) {
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import {
|
||||
getFirstMatch,
|
||||
} from './utils';
|
||||
import { getFirstMatch } from './utils';
|
||||
|
||||
const TYPES_LABELS = {
|
||||
tablet: 'tablet',
|
||||
|
||||
Reference in New Issue
Block a user