mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
8 lines
220 B
JavaScript
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];
|