Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 767fe5b

Browse files
authored
Merge pull request #272 from FlowzPlatform/QA
Qa
2 parents 52b41d5 + aa77d6d commit 767fe5b

File tree

67 files changed

+16225
-7761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+16225
-7761
lines changed

client/build/webpack.base.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
test: /\.(js|vue)$/,
3434
loader: 'eslint-loader',
3535
enforce: 'pre',
36+
exclude: /node_modules/,
3637
include: [resolve('src'), resolve('test')],
3738
options: {
3839
formatter: require('eslint-friendly-formatter')

0 commit comments

Comments
 (0)