mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
28 lines
389 B
JSON
28 lines
389 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
|
|
}
|