mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-02-24 03:11:09 +08:00
* Add rules to allow camelCase variables as object properties * Remove disable camelcase comments * remove disable camelcase comments * Remove space from eslint ignore rule
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore
|
|
declare let __webpack_public_path__: string;
|