@1024pix/eslint-plugin 1.2.1 → 1.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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.2.2](https://github.com/1024pix/eslint-plugin/compare/v1.2.1...v1.2.2) (2024-07-16)
2
+
3
+ ### :bug: Correction
4
+
5
+ - [#24](https://github.com/1024pix/eslint-plugin/pull/24) Accepter l'utilisation de Fetch
6
+
1
7
  ## [1.2.1](https://github.com/1024pix/eslint-plugin/compare/v1.2.0...v1.2.1) (2024-05-29)
2
8
 
3
9
  # [1.2.0](https://github.com/1024pix/eslint-plugin/compare/v1.1.3...v1.2.0) (2024-05-23)
package/config.js CHANGED
@@ -50,13 +50,6 @@ module.exports = [
50
50
  message: 'Use only faker.internet.exampleEmail()',
51
51
  },
52
52
  ],
53
- 'no-restricted-globals': [
54
- 'error',
55
- {
56
- name: 'fetch',
57
- message: "Use import fetch from 'fetch'",
58
- },
59
- ],
60
53
  'no-unused-vars': [
61
54
  'error',
62
55
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/eslint-plugin",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Des règles de lint pour les projets 1024pix",
5
5
  "exports": {
6
6
  ".": "./index.js",