@rebeccastevens/eslint-config 1.3.3 → 1.3.4

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/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file. Dates are displayed in UTC.
3
3
 
4
+ ## [1.3.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.3...v1.3.4) (2022-03-22)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * import/internal-regex ([3bc0fa5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3bc0fa5b8e85ac3f4fc16407d27bca6035f19ded))
10
+
4
11
  ## [1.3.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.2...v1.3.3) (2022-03-22)
5
12
 
6
13
 
package/dist/modern.cjs CHANGED
@@ -806,7 +806,7 @@ const settings$7 = {
806
806
  "import/unambiguous": "off",
807
807
  },
808
808
  settings: {
809
- "import/internal-regex": "^(?:@|~).+",
809
+ "import/internal-regex": "^(?:@|~)\\/.+",
810
810
  },
811
811
  overrides: [
812
812
  {
package/dist/modern.mjs CHANGED
@@ -804,7 +804,7 @@ const settings$7 = {
804
804
  "import/unambiguous": "off",
805
805
  },
806
806
  settings: {
807
- "import/internal-regex": "^(?:@|~).+",
807
+ "import/internal-regex": "^(?:@|~)\\/.+",
808
808
  },
809
809
  overrides: [
810
810
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"