Skip to content

Commit a92c1cc

Browse files
committed
feat(packages/sui-bundler): lint issue
1 parent 6f1c9c2 commit a92c1cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/sui-bundler/shared/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ exports.cleanList = list => list.filter(Boolean)
88

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

11-
exports.isTailwindEnabled = () =>
12-
fs.existsSync(`${process.cwd()}/tailwind.config.js`)
11+
exports.isTailwindEnabled = () => fs.existsSync(`${process.cwd()}/tailwind.config.js`)
1312

1413
exports.envVars = (env = []) =>
1514
env.reduce(

0 commit comments

Comments
 (0)