LearningSalesForceCommerceC.../storefront-reference-architecture/test/mocks/.eslintrc.json
2021-12-21 10:57:31 -08:00

18 lines
267 B
JSON

{
"parserOptions": {
"sourceType": "module"
},
"env": {
"mocha": true,
"es6": true
},
"rules": {
"max-len": "off",
"no-use-before-define": "off",
"require-jsdoc": "off"
},
"globals": {
"browser": true
}
}