@viclafouch/eslint-config-viclafouch 4.10.0 → 4.10.1-beta.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viclafouch/eslint-config-viclafouch",
3
- "version": "4.10.0",
3
+ "version": "4.10.1-beta.0",
4
4
  "description": "ESLint and Prettier Config from Victor de la Fouchardiere",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -128,7 +128,7 @@ module.exports = {
128
128
 
129
129
  // Don't do array.filter(callback)[0], use arrat.find instead
130
130
  // https://typescript-eslint.io/rules/prefer-find
131
- '@typescript-eslint/prefer-find': 'error',
131
+ // '@typescript-eslint/prefer-find': 'error',
132
132
 
133
133
  // Prefer to use String.startsWith and String.endsWith
134
134
  // https://typescript-eslint.io/rules/prefer-string-starts-ends-with