@zilero/eslint 1.2.0 → 1.2.1

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/eslint.config.js +1 -1
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -3,7 +3,7 @@ import pluginNext from '@next/eslint-plugin-next';
3
3
  import pluginJsxA11y from 'eslint-plugin-jsx-a11y';
4
4
  import pluginReact from 'eslint-plugin-react';
5
5
 
6
- import { transformRules } from './utils/transformRules';
6
+ import { transformRules } from './utils/transformRules.js';
7
7
 
8
8
  /** @type {import('@zilero/eslint').Eslint} */
9
9
  export const eslint = ({ jsxA11y = false, next = false, sort = false, ...options }, ...configs) => {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "✨ Zilero ESLint Config",
5
5
  "description": "🎯 Comprehensive ESLint configuration for React and Node.js projects",
6
6
  "license": "MIT",
7
- "version": "1.2.0",
7
+ "version": "1.2.1",
8
8
  "keywords": [
9
9
  "eslint",
10
10
  "eslint-config",