autocomplete working

This commit is contained in:
Matt Walsh
2025-05-13 13:57:50 -05:00
parent 4cc2312ffd
commit b031934022
8 changed files with 92 additions and 30 deletions

View File

@@ -1,6 +0,0 @@
module.exports = {
rules: {
// unicorn
'unicorn/numeric-separators-style': 0,
},
};