Skip to content

Commit

Permalink
Fix up linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Jun 18, 2019
1 parent 3d901a4 commit 2fa0c4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/rollup/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const {resolve} = require('path');
const nodeResolve = require('rollup-plugin-node-resolve');
const babel = require('rollup-plugin-babel');
const json = require('rollup-plugin-json');
Expand All @@ -11,10 +10,6 @@ const image = require('./plugins/image');

const getNamespacedClassName = require('./namespaced-classname');

const project = resolve(__dirname, '../..');
const buildRoot = resolve(project, './build-intermediate');
const styleRoot = resolve(buildRoot, './styles');

const externalPackages = [
...Object.keys(dependencies),
...Object.keys(peerDependencies),
Expand Down

0 comments on commit 2fa0c4a

Please sign in to comment.