afv-library/samples/ui-bundle-template-app-react-sample-b2e/eslint.config.js

8 lines
220 B
JavaScript

/**
* ESLint 9 flat config for LWC and Aura.
* @see https://github.com/salesforce/eslint-config-lwc
*/
const lwcConfig = require("@salesforce/eslint-config-lwc");
module.exports = [...lwcConfig.configs.recommended];