Skip to content

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 30, 2022
1 parent db57a2b commit 43888b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/config/normalize/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ const configProp = {
name: 'config',
}

const configAny = {
name: 'config.*',
pick: amongCommands(['dev', 'remove', 'run', 'show']),
validate: validateDefinedString,
}

const colors = {
name: 'colors',
pick: amongCommands(['remove', 'run', 'show']),
Expand Down Expand Up @@ -320,7 +314,6 @@ const titlesAny = {
export const DEFINITIONS = [
colors,
configProp,
configAny,
cwd,
delta,
force,
Expand Down

0 comments on commit 43888b7

Please sign in to comment.