Skip to content

Commit 9c8775c

Browse files
AnaphaseTheAlexLichter
authored andcommitted
docs: fix regex for eslint
1 parent d66216f commit 9c8775c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ build: {
128128
enforce: 'pre',
129129
test: /\.(js|vue)$/,
130130
loader: 'eslint-loader',
131-
exclude: /(node_modules)||(.svg$)/ /* <--- here */
131+
exclude: /(node_modules)|(\.svg$)/ /* <--- here */
132132
})
133133
}
134134
}

0 commit comments

Comments
 (0)