File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Each line is a file pattern followed by one or more owners.
2
+
3
+ # These owners will be the default owners for everything in the repo.
4
+ * @ andresin87 @ owen-m1
5
+
6
+ # Order is important. The last matching pattern has the most precedence.
7
+ # So if a pull request only touches javascript files, only these owners
8
+ # will be requested to review.
9
+ # *.js @octocat @github/js
10
+
11
+ # You can also use email addresses if you prefer.
12
+
Original file line number Diff line number Diff line change 52
52
"@types/react" : " >=16.9.0" ,
53
53
"@types/react-dom" : " >=16.9.0" ,
54
54
"@types/sortablejs" : " 1" ,
55
- "@typescript-eslint/eslint-plugin" : " ^4.2.0 " ,
56
- "@typescript-eslint/parser" : " ^4.2.0 " ,
55
+ "@typescript-eslint/eslint-plugin" : " 4.33 " ,
56
+ "@typescript-eslint/parser" : " 4.33 " ,
57
57
"commitizen" : " 4" ,
58
58
"cz-conventional-changelog" : " 3" ,
59
59
"eslint" : " 7" ,
You can’t perform that action at this time.
0 commit comments