Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 27, 2022
1 parent 0ad8144 commit ac61c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/main.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { removeEmptyValues } from './empty.js'
import {
CLI_FLAGS_BASE,
getDefaultBase,
getPropCwd,
removeBases,
} from './cwd.js'
import { removeEmptyValues } from './empty.js'
import { loadConfig } from './load/main.js'
import { normalizeConfig } from './normalize/main.js'
import { RULES } from './normalize/rules.js'
Expand Down

0 comments on commit ac61c05

Please sign in to comment.