After upgrading webPack4, esLint kept telling me that I was wrong.

is there any rules that can solve the error reported by eslint?

Parsing error: Unexpected token, expected}

const STATUS_CONFIG = {
  "5": "",
  "4": "",
  "-2": "",
  "0": "",
  "1": "",
  "2": "",
  "3": "",
  "6": "",
  "7": "",
  "8": "",
};

clipboard.png

even this kind of simple object also reports this error, which is a bit confused. What rules do you have for

?
Nov.19,2021

is the rule of eslint . If you don't want to correct it, just comment on loader

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ae1c-2c234.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ae1c-2c234.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?