Skip to content

Commit 47ad5c6

Browse files
committed
Remove unnecessary globRoot (use default) from cspell config
1 parent 1bd24bb commit 47ad5c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cspell.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
const config = {
55
version: '0.2',
66
language: 'en-GB',
7-
globRoot: __dirname,
87
files: ['**/*.js', '**/*.ts', '**/*.json', '**/*.md', '**/*.yml', '**/*.css', '**/*.scss'],
98
ignorePaths: ['**/node_modules', '**/.yarn', '**/coverage', 'dist'],
109
words: [

0 commit comments

Comments
 (0)