eslint-plugin-sonar-config 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -108,6 +108,7 @@ const plugin = {
108
108
  rules,
109
109
  configs: {
110
110
  recommended: {
111
+ plugins: ["sonar-config"],
111
112
  rules: recommendedRules,
112
113
  },
113
114
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-sonar-config",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "ESLint plugin com regras customizadas para melhorar a qualidade de código em projeto com Sonar implementado.",
5
5
  "main": "index.js",
6
6
  "type": "module",