Linting, misc fixes

This commit is contained in:
jeffvli
2022-07-30 19:31:14 -07:00
parent bb4576390d
commit c100bbb341
6 changed files with 55 additions and 527 deletions
+1
View File
@@ -1,5 +1,6 @@
module.exports = {
extends: ['erb', 'plugin:typescript-sort-keys/recommended'],
ignorePatterns: ['.erb/*'],
parserOptions: {
createDefaultProgram: true,
ecmaVersion: 2020,