mirror of
https://github.com/nasa/openmct.git
synced 2025-01-01 19:06:40 +00:00
change ruleset
This commit is contained in:
parent
82326dc658
commit
8933baf103
@ -4,7 +4,8 @@ module.exports = {
|
||||
browser: true,
|
||||
es6: true,
|
||||
jasmine: true,
|
||||
amd: true
|
||||
amd: true,
|
||||
node: true
|
||||
},
|
||||
globals: {
|
||||
_: 'readonly'
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-undef */
|
||||
module.exports = {
|
||||
extends: ['plugin:playwright/playwright-test'],
|
||||
extends: ['plugin:playwright/recommended'],
|
||||
rules: {
|
||||
'playwright/max-nested-describe': ['error', { max: 1 }]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user