mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint: numeric separators
This commit is contained in:
parent
c61681c331
commit
0a7c52c75d
3 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ const rules = [{
|
|||
use: {
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
limit: 100000,
|
||||
limit: 100_000,
|
||||
},
|
||||
},
|
||||
}];
|
||||
|
|
|
|||
|
|
@ -110,8 +110,8 @@ module.exports = {
|
|||
},
|
||||
plugins,
|
||||
performance: {
|
||||
maxEntrypointSize: 600000,
|
||||
maxAssetSize: 600000,
|
||||
maxEntrypointSize: 600_000,
|
||||
maxAssetSize: 600_000,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue