Files
html5-boilerplate/.cspell.json
2022-07-13 23:39:22 +09:00

26 lines
363 B
JSON

{
"version": "0.2",
"words": [
"codeql",
"devdeps",
"FOUC",
"lighttpd",
"modernizr",
"robotstxt",
"vuejs"
],
"language": "en,en-GB,en-US",
"allowCompoundWords": true,
"files": [
"**/*.md"
],
"ignoreRegExpList": [
"\\_\\w+",
"\\#\\w+"
],
"ignorePaths": [
".cspell.json"
],
"useGitignore": true
}