mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-06 21:34:03 -05:00
21 lines
361 B
JSON
21 lines
361 B
JSON
{
|
|
"version": "0.2",
|
|
"words": [
|
|
"codeql",
|
|
"devdeps",
|
|
"FOUC",
|
|
"lighttpd",
|
|
"mkdir",
|
|
"modernizr",
|
|
"robotstxt",
|
|
"vuejs",
|
|
"cpina"
|
|
],
|
|
"language": "en,en-GB,en-US",
|
|
"allowCompoundWords": true,
|
|
"files": ["**/*.md"],
|
|
"ignoreRegExpList": ["\\_\\w+", "\\#\\w+"],
|
|
"ignorePaths": [".cspell.json"],
|
|
"useGitignore": true
|
|
}
|