We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
streetsidesoftware
Learn more about funding links in repositories.
Report abuse
1 parent fd83139 commit 06c9e18Copy full SHA for 06c9e18
packages/cspell-eslint-plugin/fixtures/issue-4870/.eslintrc.js
@@ -18,7 +18,7 @@ module.exports = {
18
'@cspell/spellchecker': [
19
'warn',
20
{
21
- debugMode: true,
+ debugMode: false,
22
autoFix: true,
23
cspell: {
24
dictionaries: ['business-terminology'],
packages/cspell-eslint-plugin/fixtures/issue-4870/package.json
@@ -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