-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Expand file tree
/
Copy path.ncurc.js
More file actions
47 lines (42 loc) · 799 Bytes
/
.ncurc.js
File metadata and controls
47 lines (42 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module.exports = {
upgrade: true,
reject: [
'electron',
'chalk',
'del',
'comlink',
'vue',
'vue-router',
'image-size',
'message2call',
'@types/ws',
'eslint',
'@types/node',
'electron-debug',
'eslint-webpack-plugin',
'eslint-plugin-vue',
'vue-eslint-parser',
// 'eslint-config-standard-with-typescript',
],
// target: 'newest',
// filter: [
// 'electron-builder',
// 'electron-updater',
// ],
// target: 'patch',
// filter: [
// 'electron',
// 'vue',
// 'vue-router',
// ],
// target: 'minor',
// filter: [
// // 'electron',
// 'eslint',
// 'eslint-webpack-plugin',
// 'electron-debug',
// '@types/node',
// 'eslint-plugin-vue',
// 'vue-eslint-parser',
// ],
}