diff --git a/.eslintrc.js b/.eslintrc.js index 2171c41..158ff06 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -82,6 +82,10 @@ module.exports = { "format": ["camelCase", "UPPER_CASE"], leadingUnderscore: 'allow' }, + { + "selector": "import", + "format": ["camelCase", "PascalCase"] + }, { "selector": "default", "format": ["camelCase"],