@rebeccastevens/eslint-config 1.6.7 → 1.6.8

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/dist/modern.cjs CHANGED
@@ -701,7 +701,12 @@ const settings$8 = {
701
701
  },
702
702
  },
703
703
  rules: {
704
- "functional/no-expression-statements": "error",
704
+ "functional/no-expression-statements": [
705
+ "error",
706
+ {
707
+ ignorePattern: "^assert",
708
+ },
709
+ ],
705
710
  "functional/immutable-data": [
706
711
  "error",
707
712
  {
@@ -901,7 +906,7 @@ const settings$7 = {
901
906
  },
902
907
  settings: {
903
908
  "import/external-module-folders": ["node_modules"],
904
- "import/internal-regex": "^(?:@|~)\\/.+",
909
+ "import/internal-regex": "^(?:#|(?:@|~)\\/).*",
905
910
  "import/resolver": {
906
911
  node: {
907
912
  extensions: jsExtensions,
package/dist/modern.mjs CHANGED
@@ -699,7 +699,12 @@ const settings$8 = {
699
699
  },
700
700
  },
701
701
  rules: {
702
- "functional/no-expression-statements": "error",
702
+ "functional/no-expression-statements": [
703
+ "error",
704
+ {
705
+ ignorePattern: "^assert",
706
+ },
707
+ ],
703
708
  "functional/immutable-data": [
704
709
  "error",
705
710
  {
@@ -899,7 +904,7 @@ const settings$7 = {
899
904
  },
900
905
  settings: {
901
906
  "import/external-module-folders": ["node_modules"],
902
- "import/internal-regex": "^(?:@|~)\\/.+",
907
+ "import/internal-regex": "^(?:#|(?:@|~)\\/).*",
903
908
  "import/resolver": {
904
909
  node: {
905
910
  extensions: jsExtensions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"