Skip to content

Commit

Permalink
Initial cspell and prettier support
Browse files Browse the repository at this point in the history
- Add cspell and prettier to yarn
- Create a config and custom word-list for cspell
- Update README
  • Loading branch information
davidjharder committed Jan 12, 2024
1 parent 2ef066f commit 95166e1
Show file tree
Hide file tree
Showing 6 changed files with 1,342 additions and 14 deletions.
368 changes: 368 additions & 0 deletions .cspell-allowed-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,368 @@
abcm
ahci
alienware
anthy
anydesk
aosp
apcupsd
appindicator
askpass
asus
atheros
autodep
autogen
autoplay
avahi
ayatana
bbswitch
behaviour
binutils
bitwig
bitwig
bootable
bootctl
bootloader
bootup
bopomofo
brasero
brlaser
brsaneconfig
brscan
bsymbolic
buddiesofbudgie
builddeps
caddyfile
caddyfile
caja
caja
cangjie
centrino
cflags
cflags
changeme
chipsets
chrooted
chrooting
chsh
cifs
clion
cmdline
configfile
confopts
cran
cryptsetup
cxxflags
cxxflags
datacenter
datagrip
datagrip
dbus
destdir
destdir
devel
devlog
dircolors
directoy
diskutil
distro
distros
docdir
droidcam
dtags
dumpall
dumpcap
dymo
dymo
efibootmgr
emul
emul
enpass
enpass
envsetup
eopkg
eopkgs
epcsearch
escpr
exfat
fastboot
fastboot
fcgi
fdata
fdisk
ferryctl
ferryd
filesharing
flarum
flatpak
flicky
flto
fluidsynth
fpath
funroll
gamepad
gamepad
gconf
geoclue
getsol
getsolus
gobject
goroot
gotopkg
gotosoluspkgs
gpasswd
gperf
gssapi
haruna
homeserver
homeserver
hostnames
hplip
hyphenator
ibetical
ibus
ibus
inet
inkjet
inspiron
installdir
installroot
insync
insync
ipofyourscanner
issuenumber
journalctl
kdenetwork
khelp
ksgrd
ksshaskpass
ksysguard
ldflags
ldflags
libcurl
libdir
libfoobar
libfreetype
libgcc
libgcrypt
libgeoclue
libglu
libgpod
libgtk
libideviceactivation
libimobiledevice
libinput
libjpeg
libspeex
libspeexdsp
libsplit
libssh
libstdc
libsuffix
libudev
libuiohook
libwebp
lifebook
luks
luks
lutris
lutris
lvchange
lzop
macbook
maintainership
maintainership
markus
mendeleydesktop
metacity
mojang
moneydance
moneydance
mountpoint
mprefer
mscorefonts
multirepo
mydisk
myfiles
mygui
nanorc
necromancing
nemo
nemo
neovim
netgear
newerth
nfpath
nghttp
nightlies
nmbdoptions
noauto
nomodeset
nopatch
noprefixroute
nproc
nvme
nvme
ocen
ocenaudio
oflag
openrazer
organised
packagename
persson
perussanasto
pfifo
pgsql
phab
phabricator
phpstorm
pico
pipewire
pkgconfig
pkgconfigs
pkgfiles
pkgname
plexmediaserver
pomo
pomodoneapp
portege
powerline
powerline
powerline
presario
probook
pspec
psql
qdisc
qjackctl
qlen
qmake
qmlc
qosmio
qsynth
qtile
quickstart
ralink
rbind
rdesktop
rdisk
readline
realtek
redditor
redistributable
releng
relocs
relro
replaceme
resolv
retroarch
rhythmbox
roccat
rootfsbase
routable
rpath's
rslave
rstudio
rstudio
rubymine
rundeps
runpath
runrecovery
rustup
sambaoptions
schedtool
schenker
sdkman
servername
setcap
sharename
sharename
smbclient
smbd
smbdoptions
smbpasswd
solbuild
solusesp
somekey
someotherpackage
somepackage
somepath
someshare
somevalue
soundfont
soundfonts
spideroak
spideroak
squashfs
statuslines
subpackages
subpackages
sunvox
sunvox
synaptics
synaptics
sysconfig
systemsettings
taskfile
teamviewer
teamviewerd
tecra
testparm
thinkpad
tidyverse
tigervnc
timeframe
titlebar
tmpfiles
touchpad
touchpads
touchpads
trackpad
uefi
ufriilt
unetbootin
unikey
untick
usermod
usershare
usysconf
utilising
vaio
vala
vboot
vboxusers
verifyng
vgchange
vhba
visio
vncserver
voikko
voikko
vostro
vpcec
vulkan
webstorm
whatprovides
whatuses
winbind
winbindoptions
wireshark
wireshark
workdir
wsdd
wxwidgets
xmodifiers
xone
xorg
xorg
xorgxrdp
xrdp
xrdp
xstartup
xwrapper
yjobs
yourgithubaccount
ypkg
zcat
zeroconf
zhuyin
zram
15 changes: 15 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.2",
"language": "en",
"words": ["add", "to", ".cspell-allowed-words.txt", "instead"],
"flagWords": ["flaggedword", "hte"],
"dictionaries": ["cspell-allowed-words"],

"dictionaryDefinitions": [
{
"name": "cspell-allowed-words",
"path": "./.cspell-allowed-words.txt",
"addWords": true
}
]
}
Loading

0 comments on commit 95166e1

Please sign in to comment.