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
  •  
  •  
  •  
@@ -1,8 +1,3 @@
{
"args": [
"script.js",
"script2.js",
"--out-file",
"script3.js"
]
"args": ["script.js", "script2.js", "--out-file", "script3.js"]
}
@@ -1,8 +1,4 @@
{
"plugins": [
[
"importAssertions"
]
],
"plugins": [["importAssertions"]],
"sourceType": "module"
}
@@ -1,3 +1,3 @@
{
"plugins": ["jsx", "typescript"]
}
}
@@ -1,9 +1,6 @@
{
"BABEL_8_BREAKING": true,
"plugins": [
"jsx",
"typescript"
],
"plugins": ["jsx", "typescript"],
"parserOpts": {
"errorRecovery": true
},
Expand Down
@@ -1,8 +1,6 @@
{
"validateLogs": true,
"plugins": [
["transform-class-properties", { "loose": true }]
],
"plugins": [["transform-class-properties", { "loose": true }]],
"assumptions": {
"setPublicClassFields": true
}
Expand Down
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:2)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:2)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:2)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:9)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:8)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \"(\" (1:4)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "A class name is required. (1:7)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:15)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:14)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '‿'. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated comment. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated regular expression. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '‌'. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '‍'. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated string constant. (1:0)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \")\" (1:17)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:9)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (2:10)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (2:8)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:11)"
}
}
@@ -1,4 +1,4 @@
{
"sourceType": "module",
"throws": "Unexpected token, expected \"from\" (1:9)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Identifier directly after number. (1:3)"
}
}
@@ -1,4 +1,4 @@
{
"sourceType": "module",
"throws": "Unexpected token, expected \"from\" (1:10)"
}
}
@@ -1,4 +1,4 @@
{
"sourceType": "module",
"throws": "Unexpected token, expected \"from\" (1:19)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "A class name is required. (1:6)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unterminated template. (1:1)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '𖫵'. (1:5)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected character '𫠞'. (1:4)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (1:8)"
}
}
@@ -1,3 +1,3 @@
{
"sourceType": "module"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \"{\" (1:7)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \",\" (1:12)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Unexpected token (2:6)"
}
}
@@ -1,6 +1,4 @@
{
"plugins": [
"estree"
],
"plugins": ["estree"],
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:7)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:7)"
}
}
@@ -1,3 +1,3 @@
{
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:12)"
}
}
@@ -1,6 +1,4 @@
{
"plugins": [
"estree"
],
"plugins": ["estree"],
"throws": "Nullish coalescing operator(??) requires parens when mixing with logical operators. (1:7)"
}
}