File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,22 @@ module.exports = {
153
153
caseInsensitive : true ,
154
154
} ,
155
155
pathGroups : [
156
+ {
157
+ pattern : 'react' ,
158
+ group : 'external' ,
159
+ position : 'before' ,
160
+ } ,
156
161
{
157
162
pattern : '@sourcegraph/**' ,
158
163
group : 'external' ,
159
164
position : 'after' ,
160
165
} ,
166
+ {
167
+ pattern : '*.scss' ,
168
+ group : 'index' ,
169
+ patternOptions : { matchBase : true } ,
170
+ position : 'after' ,
171
+ } ,
161
172
] ,
162
173
pathGroupsExcludedImportTypes : [ ] ,
163
174
} ,
Original file line number Diff line number Diff line change
1
+ golang 1.17.5
2
+ nodejs 16.7.0
3
+ yarn 1.22.17
4
+ fd 7.4.0
5
+ shfmt 3.2.0
6
+ shellcheck 0.7.1
7
+ kubectl 1.21.7
8
+ github-cli 2.0.0
9
+ packer 1.7.10
10
+ trivy 0.20.0
11
+ kustomize 4.0.5
12
+ awscli 2.4.7
13
+ python system
14
+ rust 1.58.0
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ CONFIG_DIR=$(pwd)
8
8
CLONE_DIR=$( mktemp -d)
9
9
git clone --depth 1 https://github.com/sourcegraph/sourcegraph " $CLONE_DIR "
10
10
cd " $CLONE_DIR "
11
+ mkdir -p annotations
11
12
echo " --- install nodejs"
12
13
asdf install
13
14
echo " --- yarn"
You can’t perform that action at this time.
0 commit comments