chore: 🔧 ESLint allow dangling commas
This commit is contained in:
parent
0fb65a91e9
commit
3c563e438a
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"plugins": ["file-progress", "prettier"],
|
||||
"ignorePatterns": ["**/*.json5"],
|
||||
"rules": {
|
||||
"file-progress/activate": 1
|
||||
"file-progress/activate": 1,
|
||||
"comma-dangle": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue