Skip to content

Commit

Permalink
chore(newline-after-import): Handling errors from eslint: import/newl…
Browse files Browse the repository at this point in the history
…ine-after-import
  • Loading branch information
xbsheng authored and Chen-jj committed Mar 14, 2024
1 parent d92303e commit 66d9fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/taro-list/config/dev.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { UserConfigExport } from "@tarojs/cli";

export default {
logger: {
quiet: false,
Expand Down
1 change: 1 addition & 0 deletions examples/taro-list/config/prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { UserConfigExport } from "@tarojs/cli";

export default {
mini: {},
h5: {
Expand Down

0 comments on commit 66d9fbb

Please sign in to comment.