Skip to content

Commit

Permalink
test: Add sample package to test dictionaries in eslint (#4875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 28, 2023
1 parent fd83139 commit 06c9e18
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ module.exports = {
'@cspell/spellchecker': [
'warn',
{
debugMode: true,
debugMode: false,
autoFix: true,
cspell: {
dictionaries: ['business-terminology'],
Expand Down
16 changes: 16 additions & 0 deletions packages/cspell-eslint-plugin/fixtures/issue-4870/package.json
@@ -0,0 +1,16 @@
{
"name": "issue-4870",
"version": "1.0.0",
"description": "",
"main": "sample.js",
"scripts": {
"test": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cspell/eslint-plugin": "workspace:^",
"eslint": "^8.50.0"
}
}

0 comments on commit 06c9e18

Please sign in to comment.