mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 03:08:53 -07:00
chore: added csepll for spell checking
This commit is contained in:
13
cspell.json
Normal file
13
cspell.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2",
|
||||||
|
"language": "en",
|
||||||
|
"words": [
|
||||||
|
"grlx",
|
||||||
|
"FARMERINTERFACE",
|
||||||
|
"FARMERORGANIZATION",
|
||||||
|
"NATS",
|
||||||
|
"FARMERBUSPORT",
|
||||||
|
"FARMERAPIPORT",
|
||||||
|
"PUBKEYS",
|
||||||
|
],
|
||||||
|
}
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
|
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [ nodejs_18 nodePackages_latest.prettier];
|
nativeBuildInputs = with pkgs; [ nodejs_18 nodePackages_latest.prettier nodePackages_latest.cspell ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
flake = {
|
flake = {
|
||||||
|
|||||||
Reference in New Issue
Block a user