UNPKG

@jenssimon/eslint-config-sfcc

Version:

A collection of shareable ESLint configurations for Salesforce Commerce Cloud (SFCC)

11 lines (10 loc) 149 B
module.exports = { env: { browser: true, jquery: true, }, rules: { 'no-restricted-globals': 'off', 'semi-style': 'off', }, }