chore: 🔧 ESLint allow dangling commas

This commit is contained in:
ThatOneCalculator 2023-09-01 17:02:33 -07:00
parent 0fb65a91e9
commit 3c563e438a
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -3,6 +3,7 @@
"plugins": ["file-progress", "prettier"],
"ignorePatterns": ["**/*.json5"],
"rules": {
"file-progress/activate": 1
"file-progress/activate": 1,
"comma-dangle": 0
}
}