@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.
- package/eslint.config.js +1 -1
- 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