fix: resolve prettier and eslint conflict by removing bracketSpacing: false
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import * as child_process from 'child_process'
|
||||
import * as fs from 'fs'
|
||||
import * as path from 'path'
|
||||
import {Audit} from '../src/audit'
|
||||
import {fileURLToPath} from 'url'
|
||||
import {dirname} from 'path'
|
||||
import { Audit } from '../src/audit'
|
||||
import { fileURLToPath } from 'url'
|
||||
import { dirname } from 'path'
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url)
|
||||
const __dirname = dirname(__filename)
|
||||
|
||||
Reference in New Issue
Block a user