mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 22:28:10 -05:00
26 lines
363 B
JSON
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
|
|
}
|