File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 68
68
"dependencies" : {},
69
69
"devDependencies" : {
70
70
"@babel/core" : " 7.16.0" ,
71
+ "@babel/eslint-parser" : " 7.16.3" ,
71
72
"@babel/preset-env" : " 7.16.4" ,
72
73
"@babel/register" : " 7.16.0" ,
73
74
"@commitlint/cli" : " 15.0.0" ,
210
211
"trailingComma" : " all"
211
212
},
212
213
"xo" : {
214
+ "parser" : " @babel/eslint-parser" ,
215
+ "parserOptions" : {
216
+ "requireConfigFile" : false
217
+ },
213
218
"prettier" : true ,
214
219
"plugins" : [
215
220
" unicorn"
Original file line number Diff line number Diff line change 73
73
semver "^6.3.0"
74
74
source-map "^0.5.0"
75
75
76
+
77
+ version "7.16.3"
78
+ resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz#2a6b1702f3f5aea48e00cea5a5bcc241c437e459"
79
+ integrity sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==
80
+ dependencies :
81
+ eslint-scope "^5.1.1"
82
+ eslint-visitor-keys "^2.1.0"
83
+ semver "^6.3.0"
84
+
76
85
" @babel/eslint-parser@^7.12.16 " :
77
86
version "7.15.0"
78
87
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21"
10094
10103
integrity sha512-QHRIpaPSG7tK7PX4K4fqe0V4EH1u2IkM7Pr356u1fKcVsZskw7i9gfEqyBLsnnc4e4Y8gnLtIqasLJsGPqM8sA==
10095
10104
dependencies :
10096
10105
" @eslint/eslintrc" " ^1.0.4"
10097
- " @typescript-eslint/eslint-plugin" " * "
10098
- " @typescript-eslint/parser" " * "
10106
+ " @typescript-eslint/eslint-plugin" " ^5.4.0 "
10107
+ " @typescript-eslint/parser" " ^5.4.0 "
10099
10108
arrify "^3.0.0"
10100
10109
cosmiconfig "^7.0.1"
10101
10110
define-lazy-prop "^3.0.0"
10102
10111
eslint "^8.3.0"
10103
10112
eslint-config-prettier "^8.3.0"
10104
10113
eslint-config-xo "^0.39.0"
10105
- eslint-config-xo-typescript "* "
10114
+ eslint-config-xo-typescript "^0.47.1 "
10106
10115
eslint-formatter-pretty "^4.1.0"
10107
10116
eslint-import-resolver-webpack "^0.13.2"
10108
10117
eslint-plugin-ava "^13.1.0"
You can’t perform that action at this time.
0 commit comments