@rebeccastevens/eslint-config 2.0.6 → 2.0.7

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
@@ -819,10 +819,10 @@ const settings$7 = {
819
819
  bundledDependencies: true,
820
820
  devDependencies: [
821
821
  "*.{js,cjs,mjs,ts,cts,mts,jsx,tsx}",
822
- "scripts/**",
823
- "spec/**",
824
- "test/**",
825
- "tests/**",
822
+ "**/scripts/**",
823
+ "**/spec/**",
824
+ "**/test/**",
825
+ "**/tests/**",
826
826
  "**/__mocks__/**",
827
827
  "**/__tests__/**",
828
828
  "**/*{.,_}{test,spec}.{js,cjs,mjs,ts,cts,mts,jsx,tsx}",
@@ -837,6 +837,7 @@ const settings$7 = {
837
837
  "**/protractor.conf.*.{js,cjs,mjs,ts}",
838
838
  "**/rollup.config.{js,cjs,mjs,ts}",
839
839
  "**/rollup.config.*.{js,cjs,mjs,ts}",
840
+ "**/vite.config.{js,cjs,mjs,ts}",
840
841
  "**/vue.config.{js,cjs,mjs,ts}",
841
842
  "**/webpack.config.{js,cjs,mjs,ts}",
842
843
  "**/webpack.config.*.{js,cjs,mjs,ts}",
package/dist/modern.mjs CHANGED
@@ -817,10 +817,10 @@ const settings$7 = {
817
817
  bundledDependencies: true,
818
818
  devDependencies: [
819
819
  "*.{js,cjs,mjs,ts,cts,mts,jsx,tsx}",
820
- "scripts/**",
821
- "spec/**",
822
- "test/**",
823
- "tests/**",
820
+ "**/scripts/**",
821
+ "**/spec/**",
822
+ "**/test/**",
823
+ "**/tests/**",
824
824
  "**/__mocks__/**",
825
825
  "**/__tests__/**",
826
826
  "**/*{.,_}{test,spec}.{js,cjs,mjs,ts,cts,mts,jsx,tsx}",
@@ -835,6 +835,7 @@ const settings$7 = {
835
835
  "**/protractor.conf.*.{js,cjs,mjs,ts}",
836
836
  "**/rollup.config.{js,cjs,mjs,ts}",
837
837
  "**/rollup.config.*.{js,cjs,mjs,ts}",
838
+ "**/vite.config.{js,cjs,mjs,ts}",
838
839
  "**/vue.config.{js,cjs,mjs,ts}",
839
840
  "**/webpack.config.{js,cjs,mjs,ts}",
840
841
  "**/webpack.config.*.{js,cjs,mjs,ts}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"