@alexlit/config-eslint 45.1.2 → 45.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -141,7 +141,7 @@ module.exports = defineConfig({
141
141
  },
142
142
  ],
143
143
 
144
- 'no-console': 'off',
144
+ 'no-console': 'warn',
145
145
  'no-implicit-coercion': 'error',
146
146
 
147
147
  'no-restricted-exports': [
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [45.2.2](https://github.com/alex-lit/config-eslint/compare/v45.2.1...v45.2.2) (2022-04-20)
2
+
3
+ ## [45.2.1](https://github.com/alex-lit/config-eslint/compare/v45.2.0...v45.2.1) (2022-04-20)
4
+
5
+ # [45.2.0](https://github.com/alex-lit/config-eslint/compare/v45.1.2...v45.2.0) (2022-04-19)
6
+
1
7
  ## [45.1.2](https://github.com/alex-lit/config-eslint/compare/v45.1.1...v45.1.2) (2022-04-18)
2
8
 
3
9
  ## [45.1.1](https://github.com/alex-lit/config-eslint/compare/v45.1.0...v45.1.1) (2022-04-13)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "45.1.2",
3
+ "version": "45.2.2",
4
4
  "private": false,
5
5
  "description": "eslint config",
6
6
  "keywords": [
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@intlify/eslint-plugin-vue-i18n": "^1.4.1",
43
- "@typescript-eslint/eslint-plugin": "^5.19.0",
44
- "@typescript-eslint/parser": "^5.19.0",
43
+ "@typescript-eslint/eslint-plugin": "^5.20.0",
44
+ "@typescript-eslint/parser": "^5.20.0",
45
45
  "eslint": "^8.13.0",
46
46
  "eslint-config-airbnb-base": "^15.0.0",
47
47
  "eslint-config-prettier": "^8.5.0",
@@ -58,7 +58,7 @@
58
58
  "eslint-plugin-jest": "^26.1.4",
59
59
  "eslint-plugin-jest-dom": "^4.0.1",
60
60
  "eslint-plugin-jest-formatting": "^3.1.0",
61
- "eslint-plugin-jsdoc": "^39.2.2",
61
+ "eslint-plugin-jsdoc": "^39.2.6",
62
62
  "eslint-plugin-jsx-a11y": "^6.5.1",
63
63
  "eslint-plugin-lit": "^1.6.1",
64
64
  "eslint-plugin-lit-a11y": "^2.2.0",
@@ -77,7 +77,7 @@
77
77
  "eslint-plugin-react": "^7.29.4",
78
78
  "eslint-plugin-react-hooks": "^4.4.0",
79
79
  "eslint-plugin-regexp": "^1.6.0",
80
- "eslint-plugin-security": "^1.4.0",
80
+ "eslint-plugin-security": "^1.5.0",
81
81
  "eslint-plugin-simple-import-sort": "^7.0.0",
82
82
  "eslint-plugin-sonarjs": "^0.13.0",
83
83
  "eslint-plugin-sort-class-members": "^1.14.1",