@storm-software/eslint 0.90.0 → 0.91.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.
Files changed (2) hide show
  1. package/dist/preset.mjs +1 -1
  2. package/package.json +1 -1
package/dist/preset.mjs CHANGED
@@ -6,7 +6,7 @@ const __dirname = banner_dirname(__filename);
6
6
 
7
7
  import { plugins, rules } from '@cspell/eslint-plugin/recommended';
8
8
  import next from '@next/eslint-plugin-next';
9
- import nxPlugin from '@nx/eslint-plugin/nx';
9
+ import nxPlugin from '@nx/eslint-plugin/nx.js';
10
10
  import json from 'eslint-plugin-json';
11
11
  import markdown from 'eslint-plugin-markdown';
12
12
  import prettierConfig from 'eslint-plugin-prettier/recommended';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.90.0",
3
+ "version": "0.91.0",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {