main commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
|
||||
import { defineConfig } from "cspell";
|
||||
|
||||
export default defineConfig({
|
||||
dictionaries: ["custom"],
|
||||
dictionaryDefinitions: [
|
||||
{
|
||||
addWords: true,
|
||||
name: "custom",
|
||||
path: "custom-words.txt",
|
||||
},
|
||||
],
|
||||
import: ["@isentinel/dict-roblox/cspell-ext.json", "@isentinel/dict-rbxts/cspell-ext.json"],
|
||||
});
|
||||
Reference in New Issue
Block a user