lint filenames (#1757)

* build: update @xrplf/typescript-style

* fix filename casing

* fix webpack setup

* add missing eslint plugin

Co-authored-by: Nathan Nichols <natenichols@cox.net>
This commit is contained in:
ledhed2222
2021-10-19 16:08:46 -04:00
committed by GitHub
parent a7c9a88bcf
commit bd154fd6e8
73 changed files with 242 additions and 162 deletions

View File

@@ -50,8 +50,6 @@ module.exports = {
'multiline-comment-style': ['error', 'starred-block'],
'jsdoc/check-examples': 'off',
// Allows the usage of @category -- TODO: try to add this in base config
'jsdoc/check-tag-names': 'off',
'tsdoc/syntax': 'off',
'jsdoc/require-description-complete-sentence': 'off',
},
@@ -103,6 +101,9 @@ module.exports = {
// setup/teardown client is easier to do in before/after, even if there is only one testcase
'mocha/no-hooks-for-single-case': 'off',
// messes with fixtures
'consistent-default-export-name/default-import-match-filename': 'off',
},
},
{