eslint-config-matsuri 3.1.0 → 3.2.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/index.js +8 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -198,6 +198,14 @@ const config = [
198
198
  ],
199
199
  },
200
200
  },
201
+ {
202
+ files: ["**/*.test.ts", "**/*.test.tsx", "**/*.test.js", "**/*.test.jsx"],
203
+ languageOptions: {
204
+ globals: {
205
+ ...globals.jest,
206
+ },
207
+ },
208
+ },
201
209
  ...pluginStorybookRecommended,
202
210
  ];
203
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-matsuri",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "index.js",