@will-stone/eslint-config 0.0.8 → 0.0.9

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,5 +1,11 @@
1
1
  # @will-stone/eslint-config
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 0a0a1fd: Fixed build file ignore pattern.
8
+
3
9
  ## 0.0.8
4
10
 
5
11
  ### Patch Changes
package/eslint-config.js CHANGED
@@ -74,7 +74,7 @@ export default [
74
74
  // Global
75
75
  {
76
76
  // Common build folders
77
- ignores: ['**/.webpack/', '**/dist/', '**/.astro/'],
77
+ ignores: ['**/.webpack', '**/dist', '**/.astro'],
78
78
  settings: {
79
79
  react: {
80
80
  version: 'detect',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@will-stone/eslint-config",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Will Stone's ESLint config, using the Flat Config style.",
5
5
  "keywords": [
6
6
  "ESLint"