@santi020k/eslint-config-santi020k 1.1.2 → 1.1.3

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.
@@ -387,8 +387,8 @@ const rules = {
387
387
  };
388
388
 
389
389
  const nextConfig = [
390
- ...compat.fixupConfigRules(flatCompat.extends("plugin:@next/next/core-web-vitals")),
391
390
  ...reactConfig,
391
+ ...compat.fixupConfigRules(flatCompat.extends("plugin:@next/next/core-web-vitals")),
392
392
  {
393
393
  name: "custom-next",
394
394
  rules
@@ -396,8 +396,8 @@ const nextConfig = [
396
396
  ];
397
397
 
398
398
  const nextTsConfig = [
399
- ...nextConfig,
400
- ...reactTsConfig
399
+ ...reactTsConfig,
400
+ ...nextConfig
401
401
  ];
402
402
 
403
403
  exports.astroEslint = astroConfig;
@@ -385,8 +385,8 @@ const rules = {
385
385
  };
386
386
 
387
387
  const nextConfig = [
388
- ...fixupConfigRules(flatCompat.extends("plugin:@next/next/core-web-vitals")),
389
388
  ...reactConfig,
389
+ ...fixupConfigRules(flatCompat.extends("plugin:@next/next/core-web-vitals")),
390
390
  {
391
391
  name: "custom-next",
392
392
  rules
@@ -394,8 +394,8 @@ const nextConfig = [
394
394
  ];
395
395
 
396
396
  const nextTsConfig = [
397
- ...nextConfig,
398
- ...reactTsConfig
397
+ ...reactTsConfig,
398
+ ...nextConfig
399
399
  ];
400
400
 
401
401
  export { astroConfig as astroEslint, astroTsConfig as astroTsEslint, jsConfig as jsEslint, nextConfig as nextEslint, nextTsConfig as nextTsEslint, reactConfig as reactEslint, reactTsConfig as reactTsEslint, tsConfig as tsEslint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@santi020k/eslint-config-santi020k",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A comprehensive ESLint configuration package for JavaScript, TypeScript, and React projects, including popular plugins and custom rules for consistent coding style.",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.cjs",