From: Jérôme Benoit Date: Thu, 7 Mar 2024 18:55:06 +0000 (+0100) Subject: refactor: removed commented out eslint configuration X-Git-Tag: v1.3.0~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=60a8349bd3c77c271ca1207e7f93d203d303dfc3;p=e-mobility-charging-stations-simulator.git refactor: removed commented out eslint configuration Signed-off-by: Jérôme Benoit --- diff --git a/.eslintrc.cjs b/.eslintrc.cjs index ec043bbe..62be7e41 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -23,36 +23,6 @@ module.exports = defineConfig({ rules: { 'simple-import-sort/imports': 'error', 'simple-import-sort/exports': 'error' - // 'sort-imports': [ - // 'error', - // { - // ignoreCase: false, - // ignoreDeclarationSort: true, - // ignoreMemberSort: false, - // memberSyntaxSortOrder: ['none', 'all', 'multiple', 'single'], - // allowSeparatedGroups: true - // } - // ], - // 'import/order': [ - // 'error', - // { - // groups: [ - // 'builtin', // Built-in imports (come from NodeJS native) go first - // 'external', // <- External imports - // 'internal', // <- Absolute imports - // ['sibling', 'parent'], // <- Relative imports, the sibling and parent types they can be mingled together - // 'index', // <- Index imports - // 'unknown' // <- Unknown - // ], - // 'newlines-between': 'always', - // alphabetize: { - // /* Sort in ascending order. Options: ["ignore", "asc", "desc"] */ - // order: 'asc', - // /* Ignore case. Options: [true, false] */ - // caseInsensitive: true - // } - // } - // ] }, overrides: [ {