@becklyn/eslint 1.0.2 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @becklyn/eslint@1.0.2 test
2
+ > @becklyn/eslint@1.0.3 test
3
3
  > echo "Error: no test specified" && exit 0
4
4
 
5
5
  Error: no test specified
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @becklyn/eslint
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3091b3c: Fix import
8
+
3
9
  ## 1.0.2
4
10
 
5
11
  ### Patch Changes
package/base.js CHANGED
@@ -2,7 +2,7 @@ import js from "@eslint/js";
2
2
  import eslintConfigPrettier from "eslint-config-prettier";
3
3
  import turboPlugin from "eslint-plugin-turbo";
4
4
  import tseslint from "typescript-eslint";
5
- import importAlias from "@limegrass/import-alias";
5
+ import importAlias from "@limegrass/eslint-plugin-import-alias";
6
6
 
7
7
  /**
8
8
  * A shared ESLint configuration for the repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@becklyn/eslint",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "license": "MIT",
5
5
  "description": "the eslint-config base we use for our TypeScript apps",
6
6
  "homepage": "https://github.com/Becklyn-Studios/ts-libs",