eslint-config-silverwind 91.0.4 → 91.0.5

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/index.js CHANGED
@@ -203,7 +203,7 @@ const eslintrc = {
203
203
  "@stylistic/js/no-mixed-operators": [0],
204
204
  "@stylistic/js/no-mixed-spaces-and-tabs": [2],
205
205
  "@stylistic/js/no-multi-spaces": [2, { "ignoreEOLComments": true, "exceptions": { "Property": true } }],
206
- "@stylistic/js/no-multiple-empty-lines": [2, { "max": 1, "maxEOF": 0, "maxBOF": 0 }],
206
+ "@stylistic/js/no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 0, "maxBOF": 0 }],
207
207
  "@stylistic/js/no-tabs": [2],
208
208
  "@stylistic/js/no-trailing-spaces": [2],
209
209
  "@stylistic/js/no-whitespace-before-property": [2],
package/dist/index.json CHANGED
@@ -485,7 +485,7 @@
485
485
  "@stylistic/js/no-multiple-empty-lines": [
486
486
  2,
487
487
  {
488
- "max": 1,
488
+ "max": 2,
489
489
  "maxEOF": 0,
490
490
  "maxBOF": 0
491
491
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "91.0.4",
3
+ "version": "91.0.5",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",