mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
Set ecmaVersion inside .eslintrc (#2931)
This commit is contained in:
parent
317a3d920e
commit
1bfad4604d
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"prettier"
|
||||
],
|
||||
"parserOptions": {
|
||||
"sourceType": "module"
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": 2022
|
||||
},
|
||||
"rules": {
|
||||
// Possible Errors (overrides from recommended set)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue