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

13 lines
177 B
JSON
Raw Permalink Normal View History

2021-12-21 10:57:31 -08:00
{
"env": {
"mocha": true
},
"rules": {
"require-jsdoc": "off",
"max-len": "off",
"quote-props": "off",
"no-new": "off",
"valid-jsdoc": "off"
}
}