mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
21 lines
296 B
JSON
21 lines
296 B
JSON
{
|
|
"cSpell.words": [
|
|
"browserslist",
|
|
"camelcase",
|
|
"flexbugs",
|
|
"Immer",
|
|
"pmmmwh",
|
|
"reduxjs",
|
|
"SVGR",
|
|
"tailwindcss",
|
|
"testid",
|
|
"typeahead",
|
|
"uncompiled"
|
|
],
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"coverage": true,
|
|
"node_modules": true
|
|
}
|
|
}
|