Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit f29e9bc

Browse files
author
Shammamah Hossain
authored
Merge branch 'dev' into text-comparison-operators
2 parents 5f2d050 + f3737af commit f29e9bc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ NAMESPACE
1919

2020
# misc
2121
.DS_Store
22+
.vscode
2223
.env.local
2324
.env.development.local
2425
.env.test.local

.vscode/settings.json renamed to cspell.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"tslint.jsEnable": true,
3-
"cSpell.allowCompoundWords": true,
4-
"cSpell.ignorePaths": [
2+
"allowCompoundWords": true,
3+
"ignorePaths": [
54
"**/package.json",
65
"**/package-lock.json",
76
"**/node_modules/**",
@@ -10,15 +9,15 @@
109
".vscode",
1110
"typings"
1211
],
13-
"cSpell.ignoreRegExpList": [
12+
"ignoreRegExpList": [
1413
"'"
1514
],
16-
"cSpell.language": "en",
17-
"cSpell.diagnosticLevel": "Error",
18-
"cSpell.languageSettings": [
15+
"language": "en",
16+
"diagnosticLevel": "Error",
17+
"languageSettings": [
1918
{ "languageId": "*", "dictionaries": ["fonts", "css", "html", "npm", "typescript", "python"]}
2019
],
21-
"cSpell.words": [
20+
"words": [
2221
"Paginator",
2322
"atto",
2423
"corejs",

0 commit comments

Comments
 (0)