Fixed high number of ESLint errors
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
/* eslint-disable prefer-const */
|
||||
|
||||
export let CMOptions = {};
|
||||
export let CMOptions = {}; // eslint-disable-line prefer-const
|
||||
export const ConfigPrefix = 'CMConfig';
|
||||
|
||||
Reference in New Issue
Block a user