Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix eslint #16046

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"args": [
"script.js",
"script2.js",
"--out-file",
"script3.js"
]
"args": ["script.js", "script2.js", "--out-file", "script3.js"]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"plugins": [
[
"importAssertions"
]
],
"plugins": [["importAssertions"]],
"sourceType": "module"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["jsx", "typescript"]
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"BABEL_8_BREAKING": true,
"plugins": [
"jsx",
"typescript"
],
"plugins": ["jsx", "typescript"],
"parserOpts": {
"errorRecovery": true
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"validateLogs": true,
"plugins": [
["transform-class-properties", { "loose": true }]
],
"plugins": [["transform-class-properties", { "loose": true }]],
"assumptions": {
"setPublicClassFields": true
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:2)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:2)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:2)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:9)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:8)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \"(\" (1:4)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "A class name is required. (1:7)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:15)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:14)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '‿'. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '‌'. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '‍'. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:0)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \")\" (1:17)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (2:10)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (2:8)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:11)"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sourceType": "module",
"throws": "Unexpected token, expected \"from\" (1:9)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sourceType": "module",
"throws": "Unexpected token, expected \"from\" (1:10)"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sourceType": "module",
"throws": "Unexpected token, expected \"from\" (1:19)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "A class name is required. (1:6)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unterminated template. (1:1)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '𖫵'. (1:5)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '𫠞'. (1:4)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:8)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"sourceType": "module"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \"{\" (1:7)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \",\" (1:12)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (2:6)"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"plugins": [
"estree"
],
"plugins": ["estree"],
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:7)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:7)"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:12)"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"plugins": [
"estree"
],
"plugins": ["estree"],
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:7)"
}
}