Skip to content

Commit f13e4ed

Browse files
committed
chore(repo): fix some odd linting errors
1 parent 0c4eea7 commit f13e4ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/babel/test/as-input-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { createFilter } from '@rollup/pluginutils';
1010

1111
import { getCode } from '../../../util/test';
1212

13-
import babelPlugin, { getBabelOutputPlugin, createBabelInputPluginFactory } from '../dist/index';
13+
import babelPlugin, { getBabelOutputPlugin, createBabelInputPluginFactory } from '../dist';
1414

1515
process.chdir(__dirname);
1616

packages/babel/test/as-output-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { SourceMapConsumer } from 'source-map';
66

77
import { getCode } from '../../../util/test';
88

9-
import { getBabelOutputPlugin, createBabelOutputPluginFactory } from '../dist/index';
9+
import { getBabelOutputPlugin, createBabelOutputPluginFactory } from '../dist';
1010

1111
process.chdir(__dirname);
1212

packages/html/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const css = require('rollup-plugin-postcss');
66

77
const { getCode } = require('../../../util/test');
88

9-
const html = require('../dist/index.js');
9+
const html = require('../dist');
1010

1111
// const read = (file = 'index.html') => readFileSync(join('output/', file), 'utf-8');
1212

0 commit comments

Comments
 (0)