Added linting exclusion for WebPack

This commit is contained in:
Darren Mackintosh 2019-03-14 12:03:22 +00:00 committed by GitHub
parent 5018e4a7d4
commit 2247eff08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable import/prefer-default-export */
import Fuse from 'fuse.js';
import merge from 'deepmerge';