diff --git a/.vscode/settings.json b/.vscode/settings.json index 666dff4..aed233f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,8 +5,8 @@ "css.validate": false, "typescript.tsdk": "node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.fixAll.stylelint": false + "source.fixAll.eslint": "explicit", + "source.fixAll.stylelint": "never" }, "stylelint.enable": false } diff --git a/package.json b/package.json index 7bde656..502593e 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-regexp": "^1.4.1", "eslint-plugin-yml": "^1.0.0", "mocha": "^10.0.0", - "mocha-chai-jest-snapshot": "^1.1.3", + "mocha-chai-jest-snapshot": "1.1.3", "nyc": "^15.1.0", "postcss-html": "^1.3.0", "postcss-less": "^6.0.0",