Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
{
files: ['**/test/**/*.ts', '**/test/**/*.js', 'test/**/*.ts', 'test/**/*.js'],
rules: {
'@typescript-eslint/no-unused-expressions': 'off',
'mocha/prefer-arrow-callback': 'off',
'prefer-arrow-callback': 'off',
},
Expand Down
5 changes: 5 additions & 0 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ autoloaded
autoscale
autovacuum
awscli
barsize
baseport
bindkey
binrun
Expand Down Expand Up @@ -132,6 +133,7 @@ ituples
jedec
keyevent
keyout
keypair
keysize
keyspace
killall
Expand Down Expand Up @@ -282,6 +284,7 @@ postrun
preauth
prerun
preupdate
privkeypem
processname
processtype
procfile
Expand All @@ -290,6 +293,7 @@ psubscribe
psut
psql
psqlrc
pubkeypem
pvpr
pxxxxxxxx
qqjs
Expand Down Expand Up @@ -339,6 +343,7 @@ snapcraft
snapcraftctl
sniendpoint
snyk
socksv
someplugin
somethingelse
someuser
Expand Down
Loading
Loading