Skip to content

Commit

Permalink
chore(pluginutils): update minor linting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Dec 21, 2019
1 parent e91e401 commit bcbf9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pluginutils/src/createFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CreateFilter } from '../types';

import ensureArray from './utils/ensureArray';

const ESCAPE_IN_PATH = '()+@!'
const ESCAPE_IN_PATH = '()+@!';

function getMatcherString(id: string, resolutionBase: string | false | null | undefined) {
if (resolutionBase === false) {
Expand Down

0 comments on commit bcbf9d2

Please sign in to comment.