diff --git a/.eslintrc.js b/.eslintrc.js index 076c97a47..9d1e660a5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -226,6 +226,10 @@ module.exports = { 'selector': 'objectLiteralProperty', format: ['camelCase', 'snake_case', 'PascalCase'] }, + { + selector: ['enumMember'], + format: ['PascalCase'], + }, ], // Allow cyclical imports. Turning this rule on is mainly a way to manage the performance concern for linting