Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhan committed Oct 21, 2021
1 parent f5007e3 commit 48a5a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -7,3 +7,4 @@ example
examples
output
dist
rollup.config.js
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -2,7 +2,7 @@ import resolve from '@rollup/plugin-node-resolve';
import replace from '@rollup/plugin-replace';
import babel from '@rollup/plugin-babel';
import {terser} from 'rollup-plugin-terser';
import pkg from "./package.json";
import pkg from './package.json';



Expand Down

0 comments on commit 48a5a5d

Please sign in to comment.