eslint-config-airbnb-extended 0.10.0 → 0.10.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.
@@ -26,5 +26,6 @@ const getDevDepsList = (extensions) => [
26
26
  `**/*.eslint.{${extensions}}`,
27
27
  `**/eslint.config.{${extensions}}`,
28
28
  `**/prettier.config.{${extensions}}`,
29
+ `**/vite.config.{${extensions}}`,
29
30
  ];
30
31
  exports.default = getDevDepsList;
@@ -114,7 +114,7 @@ const typescriptStylisticRules = {
114
114
  // https://eslint.style/rules/ts/space-infix-ops
115
115
  '@stylistic/space-infix-ops': [
116
116
  stylistic_1.default.rules['@stylistic/space-infix-ops'][0],
117
- Object.assign(Object.assign({}, stylistic_1.default.rules['@stylistic/space-infix-ops'][1]), { ignoreTypes: false }),
117
+ Object.assign({}, stylistic_1.default.rules['@stylistic/space-infix-ops'][1]),
118
118
  ],
119
119
  // enforce consistent spacing in type annotation
120
120
  // https://eslint.style/rules/ts/type-annotation-spacing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-airbnb-extended",
3
- "version": "0.10.0",
3
+ "version": "0.10.2",
4
4
  "description": "Eslint Airbnb Config Extended",
5
5
  "keywords": [
6
6
  "eslint",