-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlint.txt
More file actions
46 lines (41 loc) · 4.09 KB
/
lint.txt
File metadata and controls
46 lines (41 loc) · 4.09 KB
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
yarn run v1.22.22
$ eslint . --ext .js,.jsx,.ts,.tsx --no-color
G:\Resgrid\Unit\scripts\generate-ico.js
5:28 error '__dirname' is not defined no-undef
6:29 error '__dirname' is not defined no-undef
7:27 error '__dirname' is not defined no-undef
33:9 warning 'size' is assigned a value but never used no-unused-vars
34:1 warning Delete `┬╖┬╖` prettier/prettier
39:18 error 'Buffer' is not defined no-undef
53:17 error 'Buffer' is not defined no-undef
56:26 warning Delete `┬╖` prettier/prettier
63:21 error 'Buffer' is not defined no-undef
69:52 warning Delete `ΓÉìΓÅÄ` prettier/prettier
G:\Resgrid\Unit\src\components\ui\bottomsheet\index.tsx
45:23 warning Delete `┬╖` prettier/prettier
46:22 warning Delete `┬╖` prettier/prettier
169:9 warning Insert `┬╖┬╖` prettier/prettier
170:1 warning Insert `┬╖┬╖` prettier/prettier
171:13 warning Insert `┬╖┬╖` prettier/prettier
172:1 warning Insert `┬╖┬╖` prettier/prettier
173:13 warning Insert `┬╖┬╖` prettier/prettier
174:1 warning Insert `┬╖┬╖` prettier/prettier
175:9 warning Insert `┬╖┬╖` prettier/prettier
176:1 warning Insert `┬╖┬╖` prettier/prettier
Γ£û 20 problems (6 errors, 14 warnings)
0 errors and 13 warnings potentially fixable with the `--fix` option.
node.exe : error Command failed
with exit code 1.
At C:\Users\Shawn\AppData\Roaming
\npm\yarn.ps1:24 char:5
+ & "node$exe" "$basedir/nod
e_modules/yarn/bin/yarn.js" $args
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : No
tSpecified: (error Command f
ailed with exit code 1.:Stri
ng) [], RemoteException
+ FullyQualifiedErrorId : Na
tiveCommandError
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.