Skip to content

Commit

Permalink
chore: fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 5, 2020
1 parent 51712ad commit a057776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Module } from '@nuxt/types'
import { build, compileHTMLTemplate } from './build'
import { build } from './build'
import { getoptions } from './config'

export default <Module> function slsModule () {
Expand Down
2 changes: 1 addition & 1 deletion src/rollup/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import replace from '@rollup/plugin-replace'
import analyze from 'rollup-plugin-analyzer'

import { SLSOptions } from '../config'
import { RUNTIME_DIR, resolvePath } from '../utils'
import { RUNTIME_DIR } from '../utils'
import dynamicRequire from './dynamic-require'

export type RollupConfig = InputOptions & { output: OutputOptions }
Expand Down

0 comments on commit a057776

Please sign in to comment.