Skip to content

Commit

Permalink
feat(packages/sui-bundler): lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Oct 17, 2024
1 parent 6f1c9c2 commit a92c1cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/sui-bundler/shared/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ exports.cleanList = list => list.filter(Boolean)

exports.when = (check, getValue) => (check ? getValue() : false)

exports.isTailwindEnabled = () =>
fs.existsSync(`${process.cwd()}/tailwind.config.js`)
exports.isTailwindEnabled = () => fs.existsSync(`${process.cwd()}/tailwind.config.js`)

exports.envVars = (env = []) =>
env.reduce(
Expand Down

0 comments on commit a92c1cc

Please sign in to comment.