LearningSalesForceCommerceC.../storefront-reference-architecture/test/mocks/.eslintrc.json

18 lines
267 B
JSON
Raw Normal View History

2021-12-21 10:57:31 -08:00
{
"parserOptions": {
"sourceType": "module"
},
"env": {
"mocha": true,
"es6": true
},
"rules": {
"max-len": "off",
"no-use-before-define": "off",
"require-jsdoc": "off"
},
"globals": {
"browser": true
}
}