eslint-plugin-chai-friendly 1.0.0 → 1.0.1

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/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -21,6 +21,7 @@ const plugin = {
21
21
  Object.assign(plugin.configs, {
22
22
  // Compatible with ESLint v9 flat configs
23
23
  recommendedFlat: {
24
+ name: 'chai-friendly/recommendedFlat',
24
25
  plugins: {
25
26
  'chai-friendly': plugin
26
27
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-chai-friendly",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "This plugin makes 'no-unused-expressions' rule friendly towards chai expect statements.",
5
5
  "keywords": [
6
6
  "eslint",