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

15 lines
238 B
JSON

{
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"require-jsdoc": "off",
"max-len": "off",
"quote-props": "off",
"no-new": "off",
"valid-jsdoc": "off",
"no-undef": "off",
"new-cap": "off"
}
}