@faergeek/eslint-config 5.0.136 → 5.0.138

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -21,7 +21,14 @@ module.exports = {
21
21
  'prefer-const': 'warn',
22
22
  'prefer-template': 'warn',
23
23
  radix: 'warn',
24
- 'spaced-comment': ['warn', 'always', { block: { balanced: true } }],
24
+ 'spaced-comment': [
25
+ 'warn',
26
+ 'always',
27
+ {
28
+ block: { balanced: true },
29
+ markers: ['/'],
30
+ },
31
+ ],
25
32
  strict: ['warn', 'never'],
26
33
  'simple-import-sort/imports': 'warn',
27
34
  'simple-import-sort/exports': 'warn',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "5.0.136",
3
+ "version": "5.0.138",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <me@faergeek.online>",