UNPKG
@beyonk/eslint-config
Version:
latest (9.1.1)
9.1.1
9.0.8
9.0.6
9.0.5
9.0.3
9.0.2
8.0.2
7.1.1
7.1.0
7.0.2
6.0.0
5.0.2
4.2.0
4.1.0
4.0.1
4.0.0
3.2.0
3.1.0
3.0.2
Eslint config for beyonk
github.com/beyonk/eslint-config
beyonk/eslint-config
@beyonk/eslint-config
/
mocha.js
14 lines
(12 loc)
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
mocha
from
'eslint-plugin-mocha'
import
{ off }
from
'./constants.js'
/**
@type
{
import('eslint').Linter.Config[]
} */
export
default
[ mocha.
configs
.
flat
.
recommended
, {
rules
: {
'mocha/no-mocha-arrows'
: [ off ],
'mocha/no-setup-in-describe'
: [ off ] } } ]