X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.cjs;h=d4ff8a2032e4de52a2d2999f9f99c36afce42c1c;hb=HEAD;hp=524c43da0df5c31ba8dce3fdd204c182d1d12d56;hpb=b00a1ee17c18ed50ef89cd708db06a1c6c266df7;p=e-mobility-charging-stations-simulator.git diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 524c43da..d4ff8a20 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -36,7 +36,7 @@ module.exports = defineConfig({ 'plugin:@typescript-eslint/strict-type-checked', 'plugin:@typescript-eslint/stylistic-type-checked', 'plugin:import/typescript', - 'standard-with-typescript' + 'love' ], rules: { 'operator-linebreak': 'off',