Skip to content

Commit 06c9e18

Browse files
authoredSep 28, 2023
test: Add sample package to test dictionaries in eslint (#4875)
1 parent fd83139 commit 06c9e18

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎packages/cspell-eslint-plugin/fixtures/issue-4870/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
'@cspell/spellchecker': [
1919
'warn',
2020
{
21-
debugMode: true,
21+
debugMode: false,
2222
autoFix: true,
2323
cspell: {
2424
dictionaries: ['business-terminology'],
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "issue-4870",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "sample.js",
6+
"scripts": {
7+
"test": "eslint ."
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"devDependencies": {
13+
"@cspell/eslint-plugin": "workspace:^",
14+
"eslint": "^8.50.0"
15+
}
16+
}

0 commit comments

Comments
 (0)
Please sign in to comment.