@cspell/cspell-types
Advanced tools
Comparing version 8.3.2 to 8.4.0
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "8.3.2", | ||
"version": "8.4.0", | ||
"description": "Types for cspell and cspell-lib", | ||
@@ -89,3 +89,3 @@ "type": "commonjs", | ||
}, | ||
"gitHead": "98f622b2b12529f2d1ccf0f3a57991e4c08b3e3a" | ||
"gitHead": "f9ad457ca2102c6642c377417a95a4415f5ec3d8" | ||
} |
@@ -40,7 +40,7 @@ # Cspell Types | ||
name: 'pound-includes', | ||
pattern: /^\s*#include.*/g, | ||
}, | ||
pattern: /^\s*#include.*/g | ||
} | ||
], | ||
ignoreRegExpList: ['pound-includes'], | ||
}, | ||
ignoreRegExpList: ['pound-includes'] | ||
} | ||
], | ||
@@ -50,6 +50,6 @@ dictionaryDefinitions: [ | ||
name: 'custom-words', | ||
path: './custom-words.txt', | ||
}, | ||
path: './custom-words.txt' | ||
} | ||
], | ||
dictionaries: ['custom-words'], | ||
dictionaries: ['custom-words'] | ||
}; | ||
@@ -56,0 +56,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194953