diff --git a/.eslintrc.js b/.eslintrc.js index 04e807b2..b2df7577 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,6 +42,10 @@ const namingConventions = [ selector: 'objectLiteralProperty', modifiers: ['requiresQuotes'], format: null + }, + { + selector: 'import', + format: ['camelCase', 'PascalCase', 'snake_case', 'UPPER_CASE'], } ]